forked from dependents/node-filing-cabinet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.45 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
54
55
56
57
58
59
60
{
"name": "filing-cabinet",
"version": "2.3.2",
"description": "Find files based on partial paths",
"main": "index.js",
"bin": {
"filing-cabinet": "bin/cli.js"
},
"scripts": {
"test": "jscs index.js test/test.js && eslint index.js test/test.js && ./node_modules/.bin/mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/node-filing-cabinet.git"
},
"keywords": [
"lookup",
"es6",
"amd",
"commonjs",
"sass",
"less",
"stylus",
"partial",
"resolution",
"paths"
],
"author": "Joel Kemp <[email protected]> (http://www.mrjoelkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-filing-cabinet/issues"
},
"homepage": "https://github.com/mrjoelkemp/node-filing-cabinet",
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"eslint": "^5.11.0",
"jscs": "^3.0.7",
"jscs-preset-mrjoelkemp": "^2.0.0",
"mocha": "^5.0.0",
"mock-fs": "^4.4.2",
"rewire": "^4.0.1",
"sinon": "^7.2.2"
},
"dependencies": {
"app-module-path": "^2.2.0",
"commander": "^2.13.0",
"debug": "^4.1.1",
"enhanced-resolve": "^4.1.0",
"is-relative-path": "^1.0.2",
"module-definition": "^3.0.0",
"module-lookup-amd": "^6.1.0",
"resolve": "^1.9.0",
"resolve-dependency-path": "^2.0.0",
"sass-lookup": "^3.0.0",
"stylus-lookup": "^3.0.1",
"typescript": "^3.0.3"
}
}