forked from apiaryio/apiblueprintorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
{
"name": "apiblueprint",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"private": true,
"homepage": "http://apiblueprint.org/",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"description": "```markdown # GET /message + Response 200 (text/plain)",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git://github.com/apiaryio/api-blueprint.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/apiaryio/api-blueprint/issues"
},
"dependencies": {
"coffee-script": "~1.6.3",
"compression": "",
"connect": "",
"errorhandler": "",
"express": "~4.7.x",
"js-yaml": "",
"media-typer": "",
"morgan": "",
"node-hipchat": "",
"protagonist": "0.15.0",
"qs": "",
"winston": "git://github.com/apiaryio/winston.git#production"
},
"devDependencies": {
"chai": "~1.9.0",
"dredd": "",
"gulp": "~3.8.6",
"gulp-coffeelint": "~0.3.2",
"gulp-mocha": "~0.5.1",
"gulp-watch": "~0.6.8",
"mocha": "~1.18.2",
"nib": "",
"request": "",
"sinon": "~1.9.1",
"stylus": "",
"yargs": "~1.2.1"
}
}