forked from nodeca/eslint-plugin-nodeca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 827 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
{
"name": "eslint-plugin-nodeca",
"version": "1.0.3",
"description": "Custom eslint rules, used in Nodeca projects.",
"keywords": [
"indent",
"eslint",
"eslintplugin"
],
"homepage": "https://github.com/nodeca/eslint-plugin-nodeca",
"bugs": {
"url": "https://github.com/nodeca/eslint-plugin-nodeca/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/nodeca/eslint-plugin-nodeca/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/nodeca/eslint-plugin-nodeca.git"
},
"main": "./index.js",
"scripts": {
"test": "node node_modules/.bin/eslint --rulesdir lib ./ && node_modules/.bin/mocha"
},
"devDependencies": {
"eslint": "0.9.1",
"eslint-tester": "^0.2.0",
"js-yaml": "^3.2.2",
"mocha": "^1.21.4"
}
}