-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 847 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 847 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "bingojs",
"version": "2.0.0",
"description": "front MV",
"main": "index.js",
"scripts": {
"start": "gulp -ws",
"prebuild": "gulp clean",
"build": "gulp build",
"test": "gulp -wsn"
},
"repository": {
"type": "git",
"url": "https://github.com/guless/bingoJS2.git"
},
"homepage": "https://github.com/guless/bingoJS2",
"bugs": {
"url": "https://github.com/guless/bingoJS2/issues"
},
"keywords": [
"bingojs",
"mv"
],
"author": "bingojs team",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.12.7",
"browser-sync-ui": "^0.5.19",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.3",
"yargs": "^4.3.2"
}
}