stlint-plugin-ivs
Version:
IVS Stylus check & linter
27 lines (26 loc) • 545 B
JSON
{
"name": "stlint-plugin-ivs",
"version": "0.0.1",
"description": "IVS Stylus check & linter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.ivsdev.net:ivs/jssc.git"
},
"keywords": [
"stylus",
"stylint",
"stlint"
],
"bin": {
"stlint": "./node_modules/stlint/bin/stlint"
},
"author": "Florent kolosowski <fkolosowski@ivsweb.com>",
"license": "IVS",
"dependencies": {
"stlint": "^1.0.59"
}
}