hivetaxi-sdk
Version:
HiveTaxi SDK for JavaScript
89 lines (88 loc) • 2.57 kB
JSON
{
"name": "hivetaxi-sdk",
"description": "HiveTaxi SDK for JavaScript",
"version": "1.0.18",
"author": {
"name": "Hive Development",
"email": "",
"url": "http://hivetaxi.com/"
},
"homepage": "",
"contributors": [
"Dmitry Gorbash <dmitry.gorbash@gmail.com> Dima Bukhal <dimabuhal@gmail.com>"
],
"devDependencies": {
"repl.history": "*",
"semver": "*",
"coffee-script": "1.6.3",
"eslint": "1.x",
"cucumber": "0.5.x",
"coffeeify": "*",
"browserify": "13.1.0",
"uglify-js": "2.x",
"mocha": "*",
"chai": "*",
"istanbul": "*",
"coveralls": "2.x",
"insert-module-globals": "^7.0.0",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2"
},
"dependencies": {
"buffer": "4.9.1",
"crypto-browserify": "1.0.9",
"jmespath": "0.15.0",
"querystring": "0.2.0",
"sax": "1.1.5",
"url": "0.10.3",
"xml2js": "0.4.15",
"xmlbuilder": "2.6.2"
},
"main": "lib/hivetaxi.js",
"browser": {
"lib/hivetaxi.js": "./lib/browser.js",
"fs": false,
"./global.js": "./browser.js",
"./lib/node_loader.js": "./lib/browser_loader.js"
},
"browserify": {
"transform": "./dist-tools/transform.js"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": "",
"mail": ""
},
"license": "Apache-2.0",
"keywords": [
"api",
"sdk",
"hivetaxi",
"taxi",
"cartographer"
],
"scripts": {
"test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script buildertest && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)",
"unit": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'` -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
"browsertest": "rake browser:test && karma start",
"buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test",
"integration": "cucumber.js",
"lint": "eslint lib dist-tools/*.js",
"console": "./scripts/console",
"build-clients": "node dist-tools/create-all-services",
"testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`"
}
}