gulp-typescript-filesort
Version:
Sort TypeScript files using the TS parser
35 lines (34 loc) • 697 B
JSON
{
"name": "gulp-typescript-filesort",
"version": "0.0.4",
"description": "Sort TypeScript files using the TS parser",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/beytu/gulp-typescript-filesort.git"
},
"author": "beytu <node-packages@gunduz.fr>",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"keywords": [
"gulp",
"typescript",
"dependency",
"filesort"
],
"devDependencies": {
"chai": "1.10.0",
"gulp": "3.8.11",
"mocha": "2.1.0"
},
"dependencies": {
"event-stream": "3.2.2",
"gulp-util": "3.0.3",
"typescript-filesort": "0.0.1"
}
}