-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 831 Bytes
/
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
{
"name": "grunt-jsxhint",
"description": "jshint for jsx",
"version": "0.8.0",
"homepage": "https://github.com/tillarnold/grunt-jsxhint",
"author": "Till Arnold",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tillarnold/grunt-jsxhint.git"
},
"scripts": {
"jshint": "jshint tasks/*"
},
"bugs": {
"url": "https://github.com/tillarnold/grunt-jsxhint/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"babel-core": "^6.6.0",
"babel-plugin-transform-react-jsx": "^6.6.0",
"proxyquire": "~1.7.4",
"rewire": "~2.5.1",
"grunt-contrib-jshint": "1.0.0",
"jshint": "~2.9.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"jsx",
"react",
"jshint",
"jsxhint"
]
}