UNPKG

commuter-connections

Version:
37 lines (36 loc) 1.35 kB
{ "name": "commuter-connections", "version": "1.0.0", "description": "Find matches from CommuterConnections.org", "main": "index.js", "scripts": { "test": "node_modules/.bin/standard && NODE_ENV=test node_modules/.bin/babel-node node_modules/.bin/mocha --compilers js:babel/register --recursive --reporter spec --slow 10 --timeout 10s", "test-cov": "NODE_ENV=test node_modules/.bin/babel-node node_modules/.bin/isparta cover node_modules/mocha/bin/_mocha -- --recursive --compilers js:babel/register --reporter dot --slow 10 --timeout 30s", "test-travis": "NODE_ENV=test node_modules/.bin/babel-node node_modules/.bin/isparta cover ./node_modules/.bin/_mocha --report lcovonly -- --recursive --compilers js:babel/register --reporter dot --slow 10 --timeout 30s" }, "repository": { "type": "git", "url": "https://github.com/conveyal/commuter-connections.js.git" }, "keywords": [ "carpool", "dc", "commuters", "tdm" ], "author": "Conveyal", "license": "MIT", "bugs": { "url": "https://github.com/conveyal/commuter-connections.js/issues" }, "homepage": "https://github.com/conveyal/commuter-connections.js", "dependencies": { "soap": "^0.8.0" }, "devDependencies": { "babel": "^5.1.9", "isparta": "^3.0.3", "mocha": "^2.2.4", "standard": "^3.6.0" } }