mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
21 lines
673 B
JSON
21 lines
673 B
JSON
{
|
|
"name": "offline-editor-js",
|
|
"version": "2.4",
|
|
"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.4",
|
|
"grunt-contrib-concat":"^0.3.0",
|
|
"grunt-contrib-uglify": "^0.2.0",
|
|
"grunt-contrib-compress": "^v0.10.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-contrib-jshint": "^0.4.3"
|
|
}
|
|
}
|