uci-mqtt/package.json

38 lines
1.2 KiB
JSON

{
"name": "@uci/changeme",
"version": "0.0.1",
"description": "A template for a starting a uci package",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list --watch --timeout 30000",
"testd": "DEBUG='1:*' ./node_modules/.bin/mocha --reporter list --watch --timeout 30000",
"testd2": "DEBUG='1:*,2:*' ./node_modules/.bin/mocha --reporter list --watch --timeout 30000",
"testd3": "DEBUG='1:*,2:*,3:*' ./node_modules/.bin/mocha --reporter list --watch --timeout 30000",
"testibc": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-changeme.git"
},
"keywords": [
"node.js",
"I2C",
"raspberryPi"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-changeme/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-changeme#readme",
"dependencies": {
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^1.0.1",
"debug": "^2.6.8",
"istanbul": "^0.4.5",
"mocha": "^3.x"
}
}