grunt-dss2json
Version:
Runs DSS over a set of files and builds a JSON file as output.
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "grunt-dss2json",
"description": "Runs DSS over a set of files and builds a JSON file as output.",
"version": "0.1.0",
"homepage": "https://github.com/ericponto/grunt-dss2json",
"author": {
"name": "Eric Ponto",
"email": "eric.ponto@gmail.com",
"url": "http://www.ericponto.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ericponto/grunt-dss2json"
},
"bugs": {
"url": "https://github.com/ericponto/grunt-dss2json/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ericponto/grunt-dss2json/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"dss": "^1.0.4",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"DSS"
]
}