eslint-plugin-fxa/package.json

26 строки
657 B
JSON

{
"name": "eslint-plugin-fxa",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "for t in test/*.js; do echo $t; node $t; done"
},
"dependencies": {
"eslint-config-fxa": "2"
},
"devDependencies": {
"eslint": "3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanmonstar/eslint-plugin-fxa.git"
},
"author": "Sean McArthur <sean.monstar@gmail.com> (http://seanmonstar.com)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/seanmonstar/eslint-plugin-fxa/issues"
},
"homepage": "https://github.com/seanmonstar/eslint-plugin-fxa#readme"
}