-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "archiver",
"version": "1.0.0",
"description": "Share saved data in your group.",
"main": "index.js",
"scripts": {
"start": "webpack; electron electron.js",
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"electron",
"vue",
"vuex",
"firebase",
"travis-ci",
"semantic-ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jicjjang/archiver.git"
},
"author": "june <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jicjjang/archiver/issues"
},
"homepage": "https://github.com/jicjjang/archiver#readme",
"dependencies": {
"firebase": "^3.9.0",
"jquery": "^3.2.1",
"vue": "^2.2.6",
"vue-resource": "^1.3.1",
"vue-router": "^2.5.2",
"vuefire": "^1.4.2",
"vuex": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"css-loader": "^0.28.0",
"electron-chromedriver": "^1.6.0",
"electron-prebuilt": "^1.4.13",
"mocha": "^3.3.0",
"selenium-webdriver": "^3.4.0",
"spectron": "^3.6.2",
"vue-hot-reload-api": "^2.1.0",
"vue-loader": "^12.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5"
}
}