forked from dependents/node-dependents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "dependents",
"version": "3.3.2",
"description": "Get the files that depend on a given JS/SASS file",
"main": "index.js",
"bin": {
"dependents": "bin/dependents.js"
},
"scripts": {
"test": "jshint index.js test/test.js lib bin && jscs test/test.js bin lib index.js && mocha -u bdd test/test.js test/lib/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mrjoelkemp/node-dependents.git"
},
"keywords": [
"dependents",
"es6",
"es2015",
"AMD",
"commonjs",
"sass",
"stylus",
"dependency",
"static analysis",
"ast"
],
"author": "Joel Kemp <joel@mrjoelkemp.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-dependents/issues"
},
"homepage": "https://github.com/mrjoelkemp/node-dependents",
"dependencies": {
"commander": "^2.5.1",
"debug": "^2.2.0",
"extend": "^2.0.1",
"filing-cabinet": "^1.5.2",
"glob-all": "~3.0.1",
"precinct": "^3.5.2",
"q": "^1.0.1",
"requirejs-config-file": "^2.0.0"
},
"devDependencies": {
"jscs": "~2.11.0",
"jscs-preset-mrjoelkemp": "~1.0.0",
"jshint": "~2.8.0",
"mocha": "~2.1.0",
"rewire": "~2.3.4",
"sinon": "~1.12.2"
}
}