-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.61 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
{
"name": "blot",
"version": "0.0.34",
"description": "The DRY documentation builder",
"main": "lib/blot.js",
"scripts": {
"build": "babel src --out-dir lib",
"lint": "eslint src/blot.js",
"start": "babel-node src/blot.js",
"pretest": "npm run build",
"test": "mocha --reporter nyan --compilers js:babel-core/register test",
"auto-start": "nodemon --exec \"npm run lint && npm start\" --ignore public/js",
"prepublish": "npm run build"
},
"bin": {
"blot": "./bin/blot.js"
},
"repository": {
"type": "git",
"url": "git://github.com/slurmulon/blot.git"
},
"keywords": [
"api",
"blueprint",
"md",
"markdown",
"build",
"fixture",
"dry",
"apib"
],
"author": "MadHax",
"license": "MIT",
"bugs": {
"url": "https://github.com/slurmulon/blot/issues"
},
"dependencies": {
"aglio": "~2.2.1",
"bunyan": "^1.8.1",
"bunyan-prettystream": "^0.1.3",
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"config.json": "0.0.4",
"glob": "^7.0.3",
"hazy": "^0.1.17",
"hercule": "~4.1.0",
"jsonpath": "^0.2.4",
"lodash.isplainobject": "^4.0.4",
"mkpath": "^1.0.0",
"path": "^0.12.7",
"protagonist": "~1.6.5"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"blanket": "~1.2.3",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-things": "^0.2.0",
"eslint": "^2.12.0",
"mocha": "^2.5.3",
"nodemon": "^1.9.2"
}
}