forked from FKobus/go-bananas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
45
46
47
48
{
"name": "go-bananas",
"version": "0.0.1",
"description": "Go Bananas - a no nonsense Node.js framework - automation is key",
"engines": {
"node": ">=0.10.33"
},
"author": "Webmonkeys - Ferry Kobus",
"main": "./index.js",
"dependencies": {
"async": "~0.9.0",
"bcrypt": "~0.8.0",
"body-parser": "~1.9.3",
"colors": "~1.0.3",
"connect": "~3.3.2",
"cookie-session": "~1.1.0",
"cookies": "~0.5.0",
"email-templates": "~1.1.2",
"express-validator": "~2.7.0",
"jade": "~1.7.0",
"mongoose": "~3.8.19",
"node-sass": "~1.2.3",
"nodemailer": "~1.3.0",
"nodemailer-html-to-text": "~1.0.0",
"serve-static": "~1.7.1",
"utils-merge": "~1.0.0"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"pretest": "jshint index.js lib test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-api": "~0.1.4",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"jshint": "~2.5.10",
"load-grunt-tasks": "1.0.0",
"mocha": "~2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/FKobus/go-bananas.git"
}
}