-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 953 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
35
36
37
38
39
40
41
{
"name": "express-bem-bh",
"version": "1.2.1",
"description": "bh.js engine for express-bem",
"main": "lib/index.js",
"scripts": {
"lint": "jshint lib test && jscs lib test",
"coverage": "istanbul cover _mocha -- -R dot",
"test": "npm run lint && mocha && npm run coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/express-bem/bh.git"
},
"keywords": [
"express",
"express-bem",
"bh",
"engine"
],
"author": "Alexej Yaroshevich <[email protected]> (http://github.com/zxqfox)",
"license": "MIT",
"bugs": {
"url": "https://github.com/express-bem/bh/issues"
},
"homepage": "https://github.com/express-bem/bh",
"devDependencies": {
"bh": "^3.3.0",
"enb": "^0.13.9",
"express": ">= 3.0",
"express-bem": ">= 1.1.0",
"jscs": "^1.5.9",
"jshint": "^2.5.4",
"mocha": "*",
"istanbul": "0.3.5"
},
"files": [
"lib",
"LICENSE"
]
}