-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 903 Bytes
/
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": "nodeboard",
"description": "imageboard at the press of a button",
"version": "1.3.1",
"homepage": "https://github.com/Ezku/nodeboard",
"repository": {
"type": "git",
"url": "git://github.com/Ezku/nodeboard.git"
},
"author": "Ezku <[email protected]>",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"aws-sdk": "~2.0.18",
"backbone": "~0.3.3",
"bluebird": "~2.3.4",
"browserify": "~0.3.6",
"coffee-script": "~1.8.0",
"coffeekup": "~0.2.3",
"express": "~2.5.11",
"formidable": "~1.0.15",
"gm": "^1.16.0",
"jsmin": "~1.0.0",
"less": "~1.1",
"mersenne": "~0.0.3",
"mongoose": "~1.3.3",
"q": "~1.0.1",
"socket.io": "~1.1.0",
"underscore": "~1.1.6",
"validator": "~0.2.1"
},
"devDependencies": {
"supervisor": "~0.1.2"
}
}