-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
39
{
"name": "wavejs",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QiShaoXuan/wavejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/QiShaoXuan/wavejs/issues"
},
"homepage": "https://github.com/QiShaoXuan/wavejs#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"rollup": "^1.1.2",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-uglify": "^6.0.2",
"tsify": "^4.0.1",
"tslib": "^1.9.3",
"typescript": "^3.2.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
}
}