-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
45
46
47
{
"name": "twitterStore",
"author": "twistedSynapse",
"repository": "https://github.com/twistedSynapse/twitterStore",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "bower install --config.interactive=false;"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.0.2",
"bower": "^1.3.12",
"cookie-parser": "^1.0.1",
"debug": "^0.7.4",
"express": "^4.2.0",
"express-session": "^1.7.6",
"glob": "~4.0.5",
"less-middleware": "latest",
"lodash": "^3.0.0",
"mongoose": "^3.8.21",
"morgan": "^1.5.1",
"node-uuid": "^1.4.2",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.0.1",
"should": "^5.1.0",
"static-favicon": "^1.0.2",
"swig": "^1.4.2",
"twitter": "^1.2.3"
},
"devDependencies": {
"chai": "~1.9.2",
"grunt": "~0.4.5",
"grunt-concurrent": "~1.0.0",
"grunt-env": "~0.4.2",
"grunt-mocha-test": "~0.12.1",
"grunt-nodemon": "~0.3.0",
"grunt-retire": "^0.3.7",
"grunt-shell": "~1.1.1",
"mocha": "~1.21.5",
"request": "^2.53.0",
"supertest": "~0.14.0"
}
}