UNPKG

scientist

Version:

Carefully refactor critical paths in production

52 lines (51 loc) 1.42 kB
{ "name": "scientist", "version": "1.1.1", "author": "Trello Inc.", "description": "Carefully refactor critical paths in production", "keywords": [ "science", "experiment" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/trello/scientist.git" }, "bugs": { "url": "https://github.com/trello/scientist/issues" }, "homepage": "https://github.com/trello/scientist#readme", "main": "index.js", "files": [ "lib", "index.js", "console.js" ], "dependencies": { "bluebird": "^3.1.1", "underscore": "^1.8.3" }, "devDependencies": { "coffee-coverage": "^1.0.1", "coffee-jshint": "^0.2.3", "coffee-script": "^1.10.0", "coffeelint": "^1.14.2", "coveralls": "^2.11.9", "istanbul": "^0.4.1", "mocha": "^2.3.4", "should": "^8.0.2", "should-sinon": "0.0.5", "sinon": "^1.17.2" }, "scripts": { "build-npm": "rm -rf ./lib/ && coffee -b -c -o ./lib/ --no-header src/", "coverage-check": "istanbul check --statements 100 --functions 100 --branches 100 --lines 100", "coverage-print": "istanbul report html text", "coveralls": "istanbul report text-lcov | coveralls", "hint": "coffee-jshint -o node src/*; coffee-jshint -o node,mocha test/*", "lint": "coffeelint --file .coffeelint.json --quiet src test", "prepublish": "npm run build-npm", "test": "mocha" } }