forked from azat-co/expressworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 852 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
{
"name": "expressworks",
"version": "0.0.22",
"description": "Express.js workshop based on workshopper and inspired by stream-adventure by @substack and @maxogden.",
"main": "expressworks.js",
"author": "Azat Mardanov (@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.5.1",
"express": "~4.4.2",
"jade": "~0.35.0",
"stylus": "~0.38.0",
"superagent": "~0.15.7",
"workshopper": "~0.3.3"
}
}