grunt-contrib-stylus2tss
Version:
Compile Stylus files to tss files for Titanium Alloy Project.
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "grunt-contrib-stylus2tss",
"description": "Compile Stylus files to tss files for Titanium Alloy Project.",
"version": "0.8.0",
"homepage": "https://github.com/ninjaYang/grunt-contrib-stylus2tss",
"author": {
"name": "Ningfeng Yang",
"url": "https://lifevar.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/ninjaYang/grunt-contrib-stylus2tss.git"
},
"bugs": {
"url": "https://github.com/ninjaYang/grunt-contrib-stylus2tss/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-stylus/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">=0.10.0"
},
"files": [
"tasks",
"LICENSE-MIT"
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"stylus": "~0.49.0",
"nib": "~1.0.3",
"chalk": "~0.5.1",
"async":"~0.9.0",
"lodash":"~2.4.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-internal": "~0.4.5",
"grunt": "~0.4.5",
"log":"*",
"grunt-cli": "~0.1.13"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"Titanium",
"Alloy",
"tss",
"Stylus",
"Grunt"
]
}