-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
41
42
43
44
{
"name": "wearables-group-project",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-validator": "^3.2.0",
"firebase": "^3.9.0",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2"
},
"description": "A project for tracking devices via RFID and beacons",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jrg4017/Wearables-Final-Group-Project.git"
},
"keywords": [
"rfid",
"beacon",
"inventory",
"node",
"express",
"photon",
"particle"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrg4017/Wearables-Final-Group-Project/issues"
},
"homepage": "https://github.com/jrg4017/Wearables-Final-Group-Project#readme"
}