grunt-typescript
Version:
compile typescript to javascript
48 lines (47 loc) • 1.07 kB
JSON
{
"author": "kazuhide maruyama",
"name": "grunt-typescript",
"description": "compile typescript to javascript",
"version": "0.8.0",
"homepage": "https://github.com/k-maru/grunt-typescript",
"repository": {
"type": "git",
"url": "git@github.com:k-maru/grunt-typescript.git"
},
"bugs": {
"url": "https://github.com/k-maru/grunt-typescript/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/k-maru/grunt-typescript/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"scripts": {
"start": "grunt build",
"test": "grunt test"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"typescript": "1.6.2",
"bluebird": "~2.9.34",
"chokidar": "^1.0.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean": "~0.6.0"
},
"optionalDependencies": {
},
"keywords": [
"gruntplugin",
"typescript"
]
}