offline-editor-js/package.json
2015-04-27 18:27:59 -06:00

21 lines
626 B
JSON

{
"name": "offline-editor-js",
"version": "2.7.0",
"description": "Lightweight set of libraries for working offline with map tiles and ArcGIS feature services",
"author": "Andy Gup <agup@esri.com> (http://blog.andygup.net)",
"license": "Apache 2",
"contributors": [
"Javier Abadia <javier.abadia@esri.es>"
],
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}