offline-editor-js/package.json
2014-04-09 17:15:50 -06:00

30 lines
813 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":"manifest2.appcache",
"appHomePage":"samples/appcache-tiles.html",
"optimizedApiURL": "http://jsdev.arcgis.com/o/andygup/appcache1",
"arcGISBaseURL":"http://js.arcgis.com/3.8",
"version": "0.0.1",
"private": true,
"description": "manifest generator project",
"repository": {
"type": "git",
"url": "https://github.com/Esri/offline-editor-js.git"
},
"author": "Lloyd Heberlie",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/Esri/offline-editor-js/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-manifest": "~0.4.0"
}
}