-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 999 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
{
"name": "tube-together",
"version": "1.0.0",
"description": "一起看 YouTube~",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.10.1",
"csswring": "^4.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-gh-pages": "^0.5.4",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-uglify": "^1.5.1"
},
"scripts": {
"start": "gulp dev",
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rplus/TubeTogether.git"
},
"author": "Rplus <[email protected]> (https://github.com/Rplus)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rplus/TubeTogether/issues"
},
"homepage": "https://github.com/Rplus/TubeTogether#readme"
}