-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 938 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
40
{
"name": "freight-server",
"version": "0.5.1",
"scripts": {
"start": "redis-server & node ./bin/freight-server | bunyan -o short"
},
"license": "MIT",
"main": "./bin/freight-server",
"dependencies": {
"archiver": "^0.15.1",
"async": "0.9.0",
"bluebird": "2.3.2",
"body-parser": "1.0.0",
"bower": "1.4.1",
"bunyan": "0.22.3",
"convict": "0.4.2",
"cross-spawn-async": "^2.1.6",
"express": "3.17.4",
"filesize": "2.0.3",
"freight": "0.5.2",
"jade": "1.7.0",
"kue": "0.8.8",
"mkdirp": "0.5.0",
"moment": "2.8.3",
"npm": "2.15.6",
"rimraf": "2.2.8",
"serve-favicon": "2.1.4",
"tar.gz": "0.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vladikoff/freight-server.git"
}
}