-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 loc) · 840 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
{
"name": "canvas-barrage",
"version": "1.1.2",
"description": "",
"main": "./dist/index.min.js",
"scripts": {
"build": "gulp build_es5",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "gulp build_es6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaofinger/canvas-barrage.git"
},
"keywords": [
"barrage",
"canvas"
],
"author": "zhaofinger",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaofinger/canvas-barrage/issues"
},
"homepage": "https://github.com/zhaofinger/canvas-barrage#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}