forked from floatdrop/bemjson-to-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 834 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": "bem-json-to-html",
"version": "0.3.3",
"description": "BEMJSON to HTML serializer",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"bundle": "browserify index.js --s BEMJSON > bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pvoznyuk/bemjson-to-html"
},
"keywords": [
"BEM",
"BEMJSON",
"HTML",
"serialize"
],
"author": "Vsevolod Strukchinsky <floatdrop@gmail.com>, Pavlo Vozniuk <pavlo.vozniuk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pvoznyuk/bemjson-to-html/issues"
},
"homepage": "https://github.com/pvoznyuk/bemjson-to-html",
"devDependencies": {
"bh": "^3.2.2",
"browserify": "^14.5.0",
"enb": "^0.13.4",
"matcha": "^0.6.0",
"mocha": "^2",
"should": "^4.0.4"
}
}