-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 812 Bytes
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
{
"name": "plugmap.com",
"version": "0.1.0",
"description": "A site for finding power outlets.",
"main": "app.js",
"scripts": {
"test": "grunt test",
"start": "envigorate"
},
"repository": {
"type": "git",
"url": "git://github.com/plugmap/plugmap.com.git"
},
"author": "Stuart P. Bentley",
"license": "MIT",
"engines": {
"node": "7.x"
},
"dependencies": {
"bcryptjs": "^2.3.0",
"connect-mongo": "^1.2.1",
"envigor": "^0.9.0",
"express": "^3.21.2",
"grunt": "^0.4.5",
"jade": "^1.9.2",
"knox": "^0.8.10",
"mongodb": "^1.4.40",
"nodemailer": "^0.4.4",
"passport": "^0.1.18",
"passport-facebook": "^0.1.6",
"queue-async": "^1.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jsvalidate": "~0.2.1"
}
}