-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "futebolfind",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "NODE_ENV=development ./node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"express": "3.4.8",
"jade": "*",
"mongodb": "*",
"mongoose": "*",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"underscore": "latest",
"bower": "latest",
"grunt-cli": "^0.1.13",
"notifier": "^0.1.5",
"connect-mongo": "^0.4.1",
"connect-flash": "^0.1.1",
"view-helpers": "^0.1.4"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"connect-livereload": "^0.4.0",
"grunt-nodemon": "^0.2.1",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"jshint-stylish": "^0.2.0"
}
}