-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"version": "0.2.0",
"private": true,
"scripts": {
"start": "app.js",
"test": "grunt test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"newrelic":"latest",
"treemill":"latest",
"npm":"latest",
"express": "3.5.0",
"jade": "latest",
"mongoose": "latest",
"tomatoes":"latest",
"twit":"latest",
"passport": "latest",
"passport-twitter": "latest",
"passport-local": "latest",
"socket.io": "latest",
"streamable": "latest",
"crypto": "latest",
"underscore": "latest",
"connect-mongo": "*",
"connect-flash": "*",
"view-helpers": "*",
"request": "~2.22.0",
"bower":"*"
},
"devDependencies": {
"phantomjs":"latest",
"grunt": "~0.4.1",
"grunt-develop": "~0.1.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-compass": "~0.2.0",
"mocha": "latest",
"should": "latest",
"supertest": "latest",
"superagent": "latest",
"jquerygo": "latest",
"async": "latest"
}
}