-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
{
"name": "solidus",
"version": "3.2.1",
"bugs": {
"url": "https://github.com/solidusjs/solidus/issues"
},
"author": {
"name": "Timothy Kempf",
"email": "tim@sparkart.com",
"url": "http://sparkart.com"
},
"license": "MIT",
"main": "solidus.js",
"repository": {
"type": "git",
"url": "https://github.com/solidusjs/solidus.git"
},
"dependencies": {
"async": "0.2.x",
"browserify-transform-tools": "~1.2.1",
"chokidar": "~0.6.2",
"colors": "~0.6.x",
"commander": "1.1.x",
"continuation-local-storage": "~3.1.1",
"express": "^3.21.2",
"express-expose": "sparkartgroup/express-expose#escape-script-ending-tag",
"express-handlebars": "1.2.2",
"glob": "~3.2.6",
"handlebars": "^1.3.0",
"handlebars-helper": "~0.0.9",
"moment": "~2.0.0",
"raven": "^0.6.2",
"socket.io": "~1.0.6",
"solidus-client": "^1.4.1",
"underscore": "^1.6.0"
},
"devDependencies": {
"mocha": "^1.21.5",
"nock": "~0.27.3",
"socket.io-client": "~1.0.6",
"supertest": "~0.6.0",
"timekeeper": "0.0.4"
},
"bin": {
"solidus": "./bin/solidus"
},
"scripts": {
"test": "mocha"
},
"preferGlobal": true
}