UNPKG

jsdataset

Version:

DataSet (like .Net) made available for javascript and more

48 lines (47 loc) 905 B
{ "name": "jsDataSet", "version": "1.1.0", "homepage": "https://github.com/gaelazzo/DataSet", "repository": { "type": "git", "url": "git://github.com/gaelazzo/DataSet" }, "authors": [ "Gaetano Lazzo <gaetano.lazzo@gmail.com>" ], "description": ".Net DataSet made available for javascript", "main": [ "src/DataSet.js" ], "files": [ "src" ], "moduleType": [ "amd", "globals", "node" ], "keywords": [ "DataSet", "Offline", "Data" ], "license": "MIT", "ignore": [ "node_modules", "bower_components", "test", "doc" ], "dependencies": { "observe-js": "~0.5.7", "lodash": "4.17.4", "jsDataQuery": "git://github.com/gaelazzo/jsDataQuery.git" }, "devdependencies": { "jasmine-core": "~2.2.1" }, "resolutions": { "lodash": "4.6.1" } }