forked from silvermine/eslint-plugin-silvermine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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
{
"name": "eslint-plugin-silvermine",
"version": "0.1.0",
"description": "eslint plugins to support our JS Code Standards. See eslint-config-silvermine",
"scripts": {
"test": "mocha 'tests/**/*.test.js'"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/eslint-plugin-silvermine.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslint-config-silvermine"
],
"license": "MIT",
"author": "Jeremy Thomerson",
"bugs": {
"url": "https://github.com/silvermine/eslint-plugin-silvermine/issues"
},
"homepage": "https://github.com/silvermine/eslint-plugin-silvermine#readme",
"devDependencies": {
"eslint": "2.12.0",
"eslint-config-silvermine": "0.9.1",
"mocha": "2.5.3"
},
"engines": {
"node": ">=0.10.0"
}
}