-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.79 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
{
"author": "Andrew Abramov <[email protected]>",
"name": "enb-bem-docs",
"version": "0.15.0",
"description": "BEM docs for ENB",
"repository": "git://github.com/enb/enb-bem-docs",
"homepage": "https://github.com/enb/enb-bem-docs",
"bugs": "https://github.com/enb/enb-bem-docs/issues",
"licenses": [
{
"type": "MPL-2.0",
"url": "https://github.com/enb/enb-bem-docs/blob/master/LICENSE.txt"
}
],
"engines": {
"node": ">= 4"
},
"peerDependencies": {
"enb": ">= 0.15.0 < 2.0.0",
"enb-magic-factory": ">= 0.3.0 < 1.0.0"
},
"dependencies": {
"bem-jsd": "1.7.0",
"bem-md-renderer": "0.3.0",
"bem-naming": "0.5.1",
"bemjson-to-deps": "1.1.0",
"clear-require": "1.0.1",
"enb-async-require": "1.0.1",
"enb-bem-pseudo-levels": "0.3.0",
"enb-bem-techs": "2.1.0",
"inherit": "2.2.2",
"jsdoc": "3.5.5",
"jsdoc-bem": "^0.4.1",
"jsdtmd": "0.0.9",
"marked": "^0.3.12",
"md-to-bemjson": "1.0.0",
"npm-which": "^3.0.1",
"resolve-module-path": "0.0.6",
"shmakowiki": "0.4.0",
"strip-comments": "0.3.2",
"toc-md": "0.1.0",
"vow": "0.4.11",
"vow-node": "0.3.0"
},
"devDependencies": {
"enb": ">= 0.15.0 < 2.0.0",
"enb-bem-examples": "0.6.0",
"enb-magic-factory": ">= 0.3.0 < 1.0.0",
"jscs": "1.13.1",
"jshint": "2.8.0"
},
"main": "lib/index.js",
"scripts": {
"postinstall": "npm i --no-save --global-style jsdoc-bem",
"test": "npm run lint && npm run build",
"lint": "jshint . && jscs .",
"build": "enb -d examples/silly make __magic__ set.docs && enb -d examples/langs make __magic__ set.docs && enb -d examples/examples make __magic__ set.docs && enb -d examples/jsdoc3 make __magic__ set.docs",
"clean": "rm -rf examples/*/set.* && rm -rf examples/*/.enb/tmp"
}
}