offline-editor-js/package.json
robkspeer bfc2c0a97f v2.13.0
## Version 2.13.0 - Aug. 10, 2015

##Bug Fixes**
* Closes #386 - getMinMaxLOD calculation
* Closes #390 - In offlineFeatureManager, wait for pushPhantomGraphic
callback before setting attributes and styles of phantom graphics.
* For token based security, when syncing feature edits, provide direct
access to the featureLayer.credentials.token instead of looping thru the
kernel object (as introduced in v2.12.0)
2015-08-10 14:40:03 -07:00

21 lines
627 B
JSON

{
"name": "offline-editor-js",
"version": "2.13.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"
}
}