mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 09:17:53 -05:00
Bumps [coffeelint](https://github.com/clutchski/coffeelint) from 1.16.0 to 2.0.7. - [Commits](https://github.com/clutchski/coffeelint/commits)
24 lines
541 B
JSON
24 lines
541 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": "^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"
|
|
}
|