-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 999 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
40
41
42
{
"name": "vile-jshint",
"version": "0.2.14",
"description": "Identify common style and maintainability issues in your JavaScript code.",
"main": "lib/index.js",
"files": [
"lib",
"LICENSE",
"README.md"
],
"author": "Brent Lintner <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/forthright/vile-jshint/issues"
},
"homepage": "https://github.com/forthright/vile-jshint",
"repository": {
"type": "git",
"url": "https://github.com/forthright/vile-jshint.git"
},
"scripts": {
"vile": "vile a -u -n",
"release-it": "release-it"
},
"dependencies": {
"bluebird": "^3.5.0",
"jshint": "^2.9.5",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"mimus": "^0.2.6",
"release-it": "^2.8.0",
"vile": "^0.19.0",
"vile-ncu": "^0.3.0",
"vile-stat": "^0.1.0"
},
"peerDependencies": {
"vile": ">=0.15.0"
}
}