-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "jack-stack",
"version": "2.1.1",
"description": "Jack-of-Express-stack; master of nothing else.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dncrews/jack-stack.git"
},
"author": "Dan Crews <[email protected]>",
"keywords": [
"express",
"connect",
"xprmntl",
"bootstrapping",
"boilerplate"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dncrews/jack-stack/issues"
},
"homepage": "https://github.com/dncrews/jack-stack#readme",
"dependencies": {
"babel": "^5.5.6",
"babel-runtime": "^5.4.7",
"bluebird": "^2.9.26",
"body-parser": "^1.12.4",
"compression": "^1.4.4",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.12.4",
"express-session": "^1.11.3",
"feature-client": "^1.0.1",
"glob": "^5.0.10",
"method-override": "^2.3.3",
"morgan": "^1.5.3",
"xpr-express": "^1.0.7",
"xpr-toggle": "^1.1.2"
}
}