forked from hcfyapp/crx-selection-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.72 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
54
55
56
57
58
59
60
61
62
{
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/lmk123/crx-selection-translate.git"
},
"scripts": {
"tsd": "tsd",
"webpack": "webpack",
"gulp": "gulp",
"karma": "karma"
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"chrome-storage-wrapper": "^0.1.4",
"interact.js": "^1.2.6",
"selection-widget": "^0.10.0",
"translation.js": "^0.1.5",
"vue": "^1.0.11-csp",
"vue-router": "^0.7.7"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"css-loader": "^0.23.0",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.3.0",
"gulp-jsonmin": "^1.0.2",
"gulp-zip": "^3.0.2",
"vue-html-loader": "^1.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-webpack": "^1.7.0",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.18",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"tsd": "^0.6.5",
"webpack": "^1.12.9",
"isparta-loader": "^2.0.0",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2"
},
"author": "Milk Lee <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/lmk123/crx-selection-translate/issues"
},
"homepage": "https://github.com/lmk123/crx-selection-translate#readme"
}