UNPKG

cs-mpx-dataservice

Version:

MPX Dataservices

43 lines (42 loc) 874 B
{ "name": "cs-mpx-dataservice", "version": "0.3.3", "description": "MPX Dataservices", "main": "lib/dataService.js", "directories": { "test": "test" }, "scripts": { "test": "mocha -R spec test/index.js", "build": "browserify test/index.js -o www/tests.js", "start": "ws -p 8010 -d www" }, "repository": { "type": "git", "url": "false" }, "keywords": [ "mps", "dataservices", "csteamaaron" ], "author": "CSTeamAaron", "license": "ISC", "dependencies": { "extend": "^2.0.1", "jsonp": "^0.2.0", "lodash": "^3.7.0", "object-assign": "^3.0.0", "q": "^1.3.0", "ramda": "^0.14.0" }, "devDependencies": { "browserify": "^9.0.8", "chai": "^2.3.0", "expect": "^1.6.0", "local-web-server": "^0.5.18", "mocha": "^2.2.4", "muid": "^1.0.2", "should": "^6.0.1" } }