This repository was archived by the owner on May 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.98 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.98 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "sentry",
"version": "1.0.0",
"description": "RFID doorlock application",
"main": "src/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel": "6.3.13",
"babel-cli": "6.3.17",
"babel-plugin-transform-async-to-generator": "6.3.13",
"babel-plugin-transform-export-extensions": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"basic-auth": "1.0.3",
"body-parser": "^1.14.1",
"bootstrap": "git+https://github.com/twbs/bootstrap.git#v4.0.0-alpha.2",
"chalk": "1.1.1",
"continuation-local-storage": "3.1.4",
"cookie-session": "1.2.0",
"debug": "2.2.0",
"dotenv": "1.2.0",
"express": "4.13.3",
"express-flash": "0.0.2",
"font-awesome": "4.5.0",
"jade": "1.11.0",
"lodash": "4.17.2",
"moment": "2.10.6",
"mongoose": "4.3.1",
"multipad": "1.1.1",
"node-sass-middleware": "0.9.7",
"node-uuid": "1.4.7",
"particle-api-js": "6.4.0",
"pick-random": "1.1.0",
"request-promise": "1.0.2",
"spark": "1.1.0"
},
"devDependencies": {
"babel-register": "6.3.13",
"chai": "3.4.1",
"chai-as-promised": "5.1.0",
"mocha": "2.3.4",
"nodemon": "1.8.1",
"sinon-chai": "2.8.0",
"sinon-express-mock": "1.0.1"
},
"scripts": {
"seed": "babel-node scripts/seed",
"start": "babel-node src/index",
"sync-memberships": "babel-node scripts/sync-memberships",
"test": "mocha 'src/**/*.test.js'",
"watch": "nodemon --exec npm start",
"watch-test": "npm test -- -w"
},
"repository": {
"type": "git",
"url": "github.com/danawoodman/sentry"
},
"keywords": [
"doorlock",
"door",
"rfid",
"access",
"control",
"security",
"lock",
"card",
"reader",
"makerspace",
"hackerspace",
"entry",
"cobot",
"particle",
"photon",
"artduino",
"spark"
],
"author": "Dana Woodman <dana@danawoodman.com> (http://danawoodman.com/)",
"license": "MIT"
}