-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "bem-tools-rm",
"version": "0.0.1",
"description": "Tool for removing bem-entities",
"main": "index.js",
"scripts": {
"pretest": "npm run lint",
"lint": "jshint . && jscs .",
"test": "istanbul test _mocha -- --recursive test/",
"cover": "istanbul cover _mocha -- --recursive test/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bem-incubator/bem-tools-rm.git"
},
"keywords": [
"bem",
"remove",
"delete",
"rm",
"tools",
"bem-tools"
],
"maintainers": [
"Andrey Kuznetsov <[email protected]> (http://github.com/tormozz48)"
],
"contributors": [
"Andrey Kuznetsov <[email protected]> (http://github.com/tormozz48)"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bem-incubator/bem-tools-rm/issues"
},
"homepage": "https://github.com/bem-incubator/bem-tools-rm#readme",
"dependencies": {
"bem-config": "git://github.com/bem-incubator/bem-config.git",
"bem-naming": "^0.5.1",
"bem-tools-find": "0.0.1",
"coa": "^1.0.1",
"fs-extra": "^0.26.3",
"lodash": "^3.10.1",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"jscs": "^2.7.0",
"jshint": "^2.9.1-rc1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}