-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 861 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
{
"name": "gather-reverse-deps",
"version": "0.1.2",
"description": "Reverse deps fetcher",
"main": "index.js",
"bin": {
"gather-reverse-deps": "./bin/coa.js"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxqfox/gather-reverse-deps.git"
},
"author": "Alexey Yaroshevich <zxqfox@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zxqfox/gather-reverse-deps/issues"
},
"homepage": "https://github.com/zxqfox/gather-reverse-deps#readme",
"devDependencies": {
"eslint": "^3.14.0",
"eslint-config-pedant": "^0.8.0"
},
"files": [
"bin",
"index.js",
"bem-graph.js"
],
"dependencies": {
"@bem/deps": "0.2.2",
"bem-naming": "^1.0.1",
"chalk": "^1.1.3",
"coa": "^1.0.1"
}
}