UNPKG

gulp-typescript-filesort

Version:
35 lines (34 loc) 697 B
{ "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" } }