forked from microsoft/remotebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (32 loc) · 820 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
{
"name": "taco-dev-dependencies",
"private": true,
"author": {
"name": "Microsoft Corp."
},
"description": "specifies dependencies needed for developing taco",
"version": "0.0.1",
"devDependencies": {
"archiver": "latest",
"del": "^1.2.1",
"gulp": "latest",
"gulp-json-editor": "latest",
"gulp-sourcemaps": "latest",
"gulp-tslint": "4.3.5",
"gulp-typescript": "2.13.0",
"jsdoc-parse": "latest",
"mocha-teamcity-reporter": "latest",
"ncp": "latest",
"nopt": "latest",
"q": "latest",
"remap-istanbul": "^0.3.1",
"replace": "latest",
"run-sequence": "latest",
"typescript": "^1.8.2"
},
"scripts" : {
"postinstall" : "node tools/tacoUtil.js",
"clean" : "node tools/tacoUtil.js",
"rebuild" : "node tools/tacoUtil.js"
}
}