-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
49
{
"name": "nodecode",
"version": "0.0.1",
"description": "Basic NodeJS app",
"main": "server.coffee",
"dependencies": {
"express": "~4.1.1",
"connect": "~2.15.0",
"sugar": "~1.4.1",
"mongoskin": "~1.4.1",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"bcrypt": "~0.7.8",
"crypto": "0.0.3",
"async": "~0.8.0",
"connect-mongoskin": "~0.1.2",
"connect-flash": "~0.1.1",
"connect-powered-by": "~0.1.0",
"jade": "~1.3.1",
"coffee": "0.0.1",
"mocha": "~1.18.2",
"database-cleaner": "~0.7.0",
"less": "~1.7.0",
"coffee-script": "~1.7.1",
"nodemailer": "~0.6.3",
"body-parser": "~1.0.2",
"cookie-parser": "~1.0.1",
"serve-static": "~1.1.0",
"method-override": "~1.0.0",
"morgan": "~1.0.1",
"express-session": "~1.0.4",
"chai": "~1.9.1",
"gulp": "~3.6.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:dmskr/nodecode.git"
},
"author": "Dmitry Skrinnik",
"license": "MIT",
"devDependencies": {},
"engine": "node v0.10.17",
"coffeelintConfig": {
"max_line_length": 100
}
}