offline-editor-js/samples/package.json
2016-11-01 09:38:19 -06:00

30 lines
781 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-tiles.appcache",
"appHomePage": "appcache-tiles.html",
"optimizedApiURL": "../samples/jsolib",
"arcGISBaseURL": "http://js.arcgis.com/3.14",
"version": "3.7.0",
"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.5",
"grunt-manifest": "^0.4.4"
}
}