-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "alpha",
"preferGlobal": false,
"private": true,
"version": "0.0.0",
"description": "A simple image sharing website",
"main": "index.js",
"author": "David Wetterau <[email protected]>",
"scripts": {
"start": "chmod +x ./scripts/start.sh && ./scripts/start.sh",
"test": "chmod +x ./scripts/test.sh && ./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/dwetterau/alpha.git"
},
"keywords": [
"Coffeescript",
"Node.js"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dwetterau/alpha/issues"
},
"dependencies": {
"coffee-script": "~1.7.1",
"coffeelint": "*",
"nconf": "~0.6.9",
"coffeeify": "^0.7.0",
"browserify": "^5.10.1",
"jquery": "^2.1.1",
"react": "^0.11.1",
"jade": "^1.7.0",
"q": "^1.0.1",
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"sequelize": "^2.0.0-rc1",
"sequelize-cli": "^0.3.3",
"mysql": "^2.5.2",
"bcrypt": "^0.8.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"express-flash": "0.0.2",
"express-validator": "^2.6.0",
"method-override": "^2.3.0",
"node-uuid": "^1.4.1",
"imagemagick": "^0.1.3",
"gm": "^1.3.20",
"connect-busboy": "0.0.2",
"fs-extra": "^0.12.0",
"redis": "^0.12.1",
"express-session": "^1.9.1",
"connect-redis": "^2.1.0",
"moment": "^2.8.3",
"async": "~0.9.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"homepage": "https://github.com/dwetterau/alpha",
"engines": {
"node": "~0.10.30"
}
}