-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gulp-typescript-order",
"version": "0.1.0",
"description": "Gulp plugin to re-order Typescript files based on their dependencies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Xiot/gulp-typescript-order.git"
},
"keywords": [
"gulp",
"typescript"
],
"author": "Chris Thomas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xiot/gulp-typescript-order/issues"
},
"homepage": "https://github.com/Xiot/gulp-typescript-order",
"dependencies": {
"event-stream": "^3.1.7",
"gulp-util": "^3.0.1",
"toposort": "^0.2.10",
"toposort-extended": "^0.1.2",
"typescript": "^1.3.0",
"typescript-services": "^0.1.5",
"ng-dependencies": "^0.1.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-typescript": "^2.3.0",
"gulp-angular-filesort": "^1.0.4",
"gulp-concat": "^2.4.2"
}
}