Files
growstuff/package.json
2017-03-12 11:26:50 +13:00

25 lines
569 B
JSON

{
"name": "growstuff",
"version": "1.0.0",
"description": "Growstuff Linters",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"coffeelint": "^1.16.0",
"csslint": "^1.0.5",
"eslint": "^3.17.1",
"git-guilt": "^0.1.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"
}