forked from azat-co/expressworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 919 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
{
"name": "expressworks",
"version": "3.4.1",
"description": "Express.js workshop based on workshopper and inspired by stream-adventure by @substack and @maxogden.",
"main": "expressworks.js",
"author": "Azat Mardan (@azat_co)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/azat-co/expressworks"
},
"keywords": [
"express.js",
"node.js",
"javascript",
"nodeschool.io"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/azat-co/expressworks/issues"
},
"bin": "./expressworks.js",
"preferGlobal": true,
"dependencies": {
"body-parser": "^1.12.0",
"express": "^4.11.2",
"pug": "^2.0.0-beta6",
"stylus": "^0.50.0",
"superagent": "~0.15.7",
"through2": "^0.6.3",
"workshopper": "^2.6.0",
"workshopper-exercise": "^2.5.3"
}
}