-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
42 lines (42 loc) · 1 KB
/
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
39
40
41
42
{
"name": "typescript-project-sample",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"start": "node app",
"test": "npm run test-grunt",
"test-grunt": "grunt test",
"test-gulp": "gulp default"
},
"dependencies": {
"commandpost": "1.0.0"
},
"devDependencies": {
"espower-loader": "1.0.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.7.0",
"grunt-dtsm": "0.2.9",
"grunt-espower": "1.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-ts": "5.2.0",
"grunt-tsconfig-update": "0.0.1",
"grunt-tslint": "3.0.1",
"grunt-typedoc": "0.2.3",
"gulp": "3.9.0",
"gulp-espower": "1.0.2",
"gulp-mocha": "2.2.0",
"gulp-shell": "0.5.1",
"gulp-tsconfig-update": "1.1.1",
"gulp-tslint": "4.2.2",
"load-grunt-tasks": "3.4.0",
"power-assert": "1.2.0",
"run-sequence": "1.1.5",
"time-grunt": "1.3.0",
"tslint": "3.2.1",
"typescript": "1.7.5",
"typescript-require": "0.2.9-1"
}
}