-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 876 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
{
"name": "deps-normalize",
"version": "2.4.1",
"description": "Dependencies normalization for gulp-bem",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/floatdrop/deps-normalize"
},
"keywords": [
"gulp",
"bem",
"deps",
"normalization"
],
"author": "Vsevolod Strukchinsky <floatdrop@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4",
"coveralls": "^2.7.0",
"istanbul": "^0.3.0",
"mocha-lcov-reporter": "^0.0.1"
},
"bugs": {
"url": "https://github.com/floatdrop/deps-normalize/issues"
},
"homepage": "https://github.com/floatdrop/deps-normalize"
}