forked from lesshint/lesshint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
{
"name": "lesshint",
"description": "A tool to aid you in writing clean and consistent Less.",
"version": "1.3.1",
"main": "./lib/lesshint.js",
"author": {
"name": "Jonathan Wilsson",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/lesshint/lesshint"
},
"keywords": [
"less",
"lint",
"hint"
],
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.8.0",
"exit": "^0.1.2",
"gonzales-pe": "git://github.com/gilt/gonzales-pe.git#dev",
"lodash.findindex": "^4.0.1",
"lodash.merge": "^4.0.1",
"lodash.sortby": "^4.0.1",
"minimatch": "^3.0.0",
"rcfinder": "^0.1.8",
"strip-bom": "^2.0.0",
"strip-json-comments": "^2.0.0",
"vow": "^0.4.9",
"vow-fs": "^0.3.4"
},
"devDependencies": {
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-debug-finder": "^1.0.0",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rewire": "^2.3.3",
"rimraf": "^2.4.2",
"sinon": "^1.14.1"
},
"bin": {
"lesshint": "bin/lesshint"
},
"scripts": {
"test": "gulp"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lesshint/lesshint/issues"
}
}