-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pi-motion",
"version": "1.1.0",
"description": "A minimum viable product allowing for the collection and displaying of motion data using a passive infrared sensor.",
"main": "app/main.js",
"scripts": {
"test": "mocha --recursive -R spec",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd --recursive -R spec -t 5000"
},
"repository": {
"type": "git",
"url": "git://github.com/kherrick/pi-motion.git"
},
"author": "Karl Herrick <me@karlherrick.com>",
"license": {
"key": "agpl-3.0",
"name": "GNU Affero GPL v3.0",
"url": "https://api.github.com/licenses/agpl-3.0"
},
"dependencies": {
"cylon": "^0.22.1",
"cylon-api-http": "^0.1.1",
"cylon-gpio": "^0.22.0",
"cylon-i2c": "^0.20.0",
"cylon-raspi": "^0.15.0",
"express": "~4.12.2",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.9.1",
"gulp-jshint": "^1.10.0",
"gulp-shell": "^0.4.1",
"gulp-webpack": "^1.3.2",
"istanbul": "~0.3.2",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"webpack": "^1.5.3"
}
}