-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 1.33 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
{
"name": "marty-express",
"version": "0.10.0",
"description": "express.js middleware for Marty.js",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:martyjs/marty-express.git"
},
"keywords": [
"react",
"flux",
"express"
],
"dependencies": {
"express": "^4.11.2",
"lodash": "^3.0.0"
},
"devDependencies": {
"babel": "^4.7.16",
"body-parser": "^1.9.3",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"cheerio": "^0.18.0",
"cookie-parser": "^1.3.3",
"ejs": "^2.2.4",
"es6-promise": "^2.1.1",
"jsxcs": "^0.2.1",
"jsxhint": "^0.10.0",
"marty": "^0.10.0",
"mocha": "^1.21.4",
"mocha-spec-cov": "0.0.3",
"react": "^0.13.0",
"react-router": "^0.13.0",
"request": "^2.53.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"when": "^3.7.2"
},
"peerDependencies": {
"marty": "^0.10.0",
"react": "^0.13.0",
"react-router": "^0.13.0"
},
"author": "James Hollingworth",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/martyjs/marty-express/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/martyjs/marty-express/issues"
},
"homepage": "https://martyjs.org"
}