mirror of
https://github.com/bendtherules/eslint-plugin-undef-init.git
synced 2026-08-18 13:52:15 +00:00
Set repository field
This commit is contained in:
@@ -8,12 +8,20 @@
|
|||||||
"eslint-plugin",
|
"eslint-plugin",
|
||||||
"undef-init"
|
"undef-init"
|
||||||
],
|
],
|
||||||
|
|
||||||
"author": "Abhas Bhattacharya <abhasbhattacharya2@gmail.com>",
|
"author": "Abhas Bhattacharya <abhasbhattacharya2@gmail.com>",
|
||||||
"homepage": "https://github.com/bendtherules/eslint-plugin-undef-init",
|
"homepage": "https://github.com/bendtherules/eslint-plugin-undef-init",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/bendtherules/eslint-plugin-undef-init.git"
|
||||||
|
},
|
||||||
|
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha tests --recursive"
|
"test": "mocha tests --recursive"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"requireindex": "~1.1.0"
|
"requireindex": "~1.1.0"
|
||||||
},
|
},
|
||||||
@@ -21,6 +29,7 @@
|
|||||||
"eslint": "~3.9.1",
|
"eslint": "~3.9.1",
|
||||||
"mocha": "^3.1.2"
|
"mocha": "^3.1.2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user