This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "myliveenh",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Enhancements to MyLive.in.th",
"repository": {
"type": "git",
"url": "git+https://github.com/whs/myliveenh.git"
},
"private": true,
"bugs": {
"url": "https://github.com/whs/myliveenh/issues"
},
"homepage": "https://github.com/whs/myliveenh#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-modern-browsers": "^6.0.0",
"babel-preset-stage-1": "^6.13.0",
"css-loader": "^0.25.0",
"deepcopy": "^0.6.3",
"emojione": "^2.2.6",
"eslint": "^3.12.2",
"file-loader": "^0.9.0",
"glob": "^7.1.0",
"glob-promise": "^1.0.6",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-file": "^0.3.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"json-loader": "^0.5.4",
"postcss-color-function": "^2.0.1",
"postcss-loader": "^0.13.0",
"postcss-nesting": "^2.3.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#13ed445",
"vinyl-named": "^1.1.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0",
"worker-loader": "^0.7.1"
},
"dependencies": {
"jquery": "^2.2.4",
"jszip": "^3.1.2",
"topcoat": "^0.7.5"
}
}