forked from krakenjs/kraken-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 1.73 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "kraken-js",
"version": "0.6.1",
"description": "An express-based Node.js web application bootstrapping module.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/kraken-js.git"
},
"keywords": [
"node.js",
"node",
"javascript",
"js",
"web",
"mvc",
"framework"
],
"author": "Erik Toth <[email protected]>",
"contributors": [
{
"name": "Jeff Harrell",
"email": "[email protected]"
},
{
"name": "Trevor Livingston",
"email": "[email protected]"
},
{
"name": "Lenny Markus",
"email": "[email protected]"
},
{
"name": "Jean-Charles Sisk",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engines": {
"node": ">=0.10.0"
},
"engineStrict":true,
"dependencies": {
"express-enrouten": "~0.0.3",
"lusca": "~0.1.1",
"kraken-devtools": "~0.0.3",
"mkdirp": "~0.3.5",
"rimraf": "~2.2.2",
"q": "~0.9.7",
"jsonminify": "~0.2.2",
"shortstop": "0.0.1"
},
"peerDependencies": {
"express": "~3.4",
"nconf": "~0.6"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.1",
"jshint": "~2.3.0",
"less": "~1.3.3",
"consolidate": "~0.9.1",
"jade": "~0.29.0",
"dustjs-linkedin": "~2.0.2",
"dustjs-helpers": "~1.1.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"nconf": "~0.6.8",
"adaro": "~0.1.3",
"makara": "~0.3.0",
"supertest": "~0.8.1"
}
}