forked from dependents/node-precinct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
{
"name": "precinct",
"version": "8.1.0",
"description": "Unleash the detectives",
"main": "index.js",
"scripts": {
"test": "jscs index.js test/index.js && mocha test/index.js"
},
"bin": {
"precinct": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mrjoelkemp/node-precinct.git"
},
"keywords": [
"modules",
"amd",
"commonjs",
"es6",
"sass",
"less",
"detective",
"dependencies"
],
"author": "Joel Kemp <joel@mrjoelkemp.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
},
"engines": {
"node": "^10.13 || ^12 || >=14"
},
"homepage": "https://github.com/mrjoelkemp/node-precinct",
"dependencies": {
"commander": "^2.20.3",
"debug": "^4.3.1",
"detective-amd": "^3.0.1",
"detective-es6-extended": "https://github.com/nicolas6422/node-detective-es6.git#5c9310a",
"detective-less": "^1.0.2",
"detective-postcss": "^4.0.0",
"detective-sass": "^3.0.1",
"detective-scss": "^2.0.1",
"detective-stylus": "^1.0.0",
"detective-typescript-extended": "https://github.com/nicolas6422/detective-typescript.git#15a6229",
"module-definition": "^3.3.1",
"node-source-walk": "^4.2.0"
},
"devDependencies": {
"jscs": "~3.0.7",
"jscs-preset-mrjoelkemp": "~2.0.0",
"mocha": "^8.2.1",
"rewire": "^5.0.0",
"sinon": "^9.2.1"
}
}