solvice-js-client
Version:
A JavaScript client to access the Solvice api.
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "solvice-js-client",
"version": "0.1.0",
"description": "A JavaScript client to access the Solvice api.",
"main": "./dist/solvice.min.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./spec/vrp-client.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solvice/solvice-js-client.git"
},
"keywords": [
"solvice",
"client",
"api"
],
"author": "Solvice",
"license": "ISC",
"bugs": {
"url": "https://github.com/solvice/solvice-js-client/issues"
},
"homepage": "https://github.com/solvice/solvice-js-client#readme",
"dependencies": {
"reqwest": "^2.0.5"
},
"devDependencies": {
"awesome-typescript-loader": "^1.1.1",
"chai": "^3.5.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.2",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"tslint": "^3.13.0",
"typescript": "^1.8.10",
"webpack": "^1.13.1"
}
}