-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.03 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
{
"name": "grunt-fixmyjs",
"description": "Automatically fix JavaScript lint errors.",
"version": "0.3.0",
"homepage": "https://github.com/jonschlinkert/grunt-fixmyjs",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "jonschlinkert/grunt-fixmyjs",
"bugs": {
"url": "https://github.com/jonschlinkert/grunt-fixmyjs/issues"
},
"license": "MIT",
"files": [
"tasks/"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^0.5.1",
"fixmyjs": "^1.0.3",
"jshint": "^2.6.0",
"json5": "^0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"time-grunt": "^1.0.0"
},
"keywords": [
"fix",
"fixmyjs",
"grunt",
"gruntplugin",
"hint",
"js",
"jshint",
"lint",
"linting",
"refactor",
"task"
]
}