-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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": "Raft",
"version": "0.0.1",
"description": "Duck automation software.",
"main": "./release/lib/Raft/index.js",
"scripts": {
"build": "tsc && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeff Swenson",
"license": "MIT",
"dependencies": {
"@types/colors": "^0.6.33",
"@types/gulp": "^3.8.32",
"@types/gulp-if": "0.0.30",
"@types/gulp-rename": "0.0.31",
"@types/mkdirp": "^0.3.29",
"@types/node": "^6.0.54",
"@types/promptly": "^1.1.28",
"@types/rimraf": "0.0.28",
"@types/underscore": "^1.8.0",
"colors": "^1.1.2",
"glob": "^6.0.3",
"gulp": "^4.0.2",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-merge": "^0.1.1",
"gulp-mustache": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.0.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mustache": "^2.2.1",
"natives": "^1.1.6",
"promptly": "^1.0.0",
"rimraf": "^2.5.0",
"typescript": "^2.1.4",
"underscore": "^1.8.3",
"yargs": "~3.31.0"
}
}