41 lines
908 B
JSON
41 lines
908 B
JSON
{
|
|
"name": "intval3",
|
|
"version": "0.0.1",
|
|
"description": "Intervalometer for the Bolex",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha tests",
|
|
"docs": "sh docs.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sixteenmillimeter/intval3.git"
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 6,
|
|
"strict": "global",
|
|
"node": true,
|
|
"asi": true
|
|
},
|
|
"author": "sixteenmillimeter",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sixteenmillimeter/intval3/issues"
|
|
},
|
|
"homepage": "https://github.com/sixteenmillimeter/intval3#readme",
|
|
"dependencies": {
|
|
"bleno": "^0.4.2",
|
|
"cron": "^1.2.1",
|
|
"gpio": "^0.2.7",
|
|
"node-ipc": "^9.1.0",
|
|
"node-persist": "^2.1.0",
|
|
"onoff": "^1.1.5",
|
|
"restify": "^5.2.0",
|
|
"uuid": "^3.1.0",
|
|
"winston": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^3.0.0"
|
|
}
|
|
}
|