-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 862 Bytes
/
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
{
"name": "Stall-Monitor",
"version": "0.1.0",
"license": "MIT",
"description": "An IOT Application that monitors the occupancy of the Men's restroom",
"main": "index.js",
"engines": {
"node": "0.10.x"
},
"keywords": [
"node",
"heroku",
"express"
],
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"scripts": {
"start": "node index.js",
"test": "mocha test/test.js"
},
"dependencies": {
"dotenv": "^1.2.0",
"express": "~4.9.x",
"firebase": "^2.0.4",
"http": "0.0.0",
"http-post": "^0.1.1",
"lodash": "^3.10.1",
"nodemailer": "^1.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"load-grunt-tasks": "^3.3.0"
}
}