-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 957 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
40
41
42
{
"name": "skatedate",
"version": "1.0.0",
"description": "An app to help find skateboarders.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NomadicWeb/skatedate"
},
"keywords": [
"skateboarding",
"travelling"
],
"author": "NomadicWeb",
"license": "ISC",
"bugs": {
"url": "https://github.com/NomadicWeb/skatedate/issues"
},
"homepage": "https://github.com/NomadicWeb/skatedate",
"dependencies": {
"axis": "0.3.0",
"express": "4.9.7",
"mongoose": "3.8.17",
"body-parser": "1.9.0",
"gulp": "3.8.8",
"gulp-stylus": "^1.3.3",
"stylus": "0.49.2",
"nodemailer": "1.3.0",
"nodemailer-smtp-transport": "0.1.13",
"jade": "1.7.0",
"express-validator": "2.6.0",
"express-logger": "0.0.3",
"gulp-nodemon": "^1.0.4"
},
"engines": {
"node": "0.10.32",
"npm" : "1.4.28"
}
}