mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
30 lines
821 B
JSON
30 lines
821 B
JSON
{
|
|
"//": [
|
|
"http://nodejs.org/download/",
|
|
"http://howtonode.org/how-to-install-nodejs",
|
|
"https://www.npmjs.org/doc/cli/npm-init.html"
|
|
],
|
|
"name": "manifest-generator",
|
|
"manifestName": "appcache-features.appcache",
|
|
"appHomePage": "appcache-features.html",
|
|
"optimizedApiURL": "http://js.arcgis.com/o/agup_hack4co/appcacheFeatures2",
|
|
"arcGISBaseURL": "http://js.arcgis.com/3.11",
|
|
"version": "2.3",
|
|
"private": true,
|
|
"description": "manifest generator project",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Esri/offline-editor-js.git"
|
|
},
|
|
"author": "Andy Gup",
|
|
"license": "Apache 2",
|
|
"bugs": {
|
|
"url": "https://github.com/Esri/offline-editor-js/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.4",
|
|
"grunt-manifest": "^0.4.0"
|
|
}
|
|
}
|