-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 KB
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
{
"name": "smart-mirror",
"version": "1.0.0",
"description": "Smart Mirror WebApp",
"main": "index.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/2902079/SmartMirror.git"
},
"keywords": [
"Mirror",
"Smart"
],
"author": "Bastien",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/2902079/SmartMirror/issues"
},
"homepage": "https://gitlab.com/2902079/SmartMirror#README",
"dependencies": {
"feed-read": "0.0.1",
"firebase": "2.4.2",
"forecastio": "^1.0.1",
"jquery": "^2.2.3",
"masonry-layout": "^4.1.0",
"moment": "^2.13.0",
"vue": "^1.0.21",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^5.8.38",
"css-loader": "^0.23.1",
"electron-prebuilt": "^0.37.8",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.3.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}