Files
growstuff/package.json
2018-01-03 11:28:12 +13:00

25 lines
579 B
JSON

{
"name": "growstuff",
"version": "1.0.0",
"description": "Growstuff Linters",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"coffeelint": "^2.0.7",
"csslint": "^1.0.5",
"eslint": "^4.14.0",
"eslint-config-google": "^0.9.1",
"jshint": "^2.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/growstuff/growstuff.git"
},
"author": "",
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/growstuff/growstuff/issues"
},
"homepage": "https://github.com/growstuff/growstuff#readme"
}