grunt-tsc
Version:
Compile typescript files via grunt tasks
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "grunt-tsc",
"description": "Compile typescript files via grunt tasks",
"version": "1.0.12",
"homepage": "https://github.com/rodzewich/grunt-tsc",
"author": {
"name": "Oleg Rodzewich",
"url": "https://github.com/rodzewich"
},
"repository": {
"type": "git",
"url": "https://github.com/rodzewich/grunt-tsc.git"
},
"bugs": {
"url": "https://github.com/rodzewich/grunt-tsc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rodzewich/grunt-tsc/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10.25"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-uglify": "^0.7.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin"
],
"files": [
"bin",
"tasks",
"LICENSE"
]
}