-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 758 Bytes
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
{
"name": "plug-task",
"version": "0.2.4",
"description": "Javascript ES6 Generator base multiply tasks library",
"author": "Winmin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iwinmin/plug-task.git"
},
"main": "./dist/main.js",
"typings": "./dist/_typings/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-prune": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"source-map-support": "^0.4.1",
"typescript": "https://iwinmin.github.io/npm/typescript-2.1.4.tgz",
"google-closure-compiler": "^20160713.2.0"
}
}