Files
growstuff/package.json
Brenda Wallace 94bb3bf6bb Remove git guilt
2017-09-05 14:22:52 +12:00

24 lines
542 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",
"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"
}