-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "eye-hoot",
"version": "0.0.8",
"description": "Eye Hoot reduces eye strain from computer use by reminding you to do a few quick simple eye exercises every 10 - 15 minutes.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack-dev.config.js --host 0.0.0.0 --inline --watch -d",
"serve-prod": "webpack-dev-server --config webpack-dev.config.js -p",
"build-prod": "webpack --config webpack-production.config.js -p -d"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/danielabar/eye-hoot.git"
},
"keywords": [
"eye",
"health"
],
"author": "Daniela Baron",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/danielabar/eye-hoot/issues"
},
"homepage": "/~https://github.com/danielabar/eye-hoot#readme",
"devDependencies": {
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"clean-webpack-plugin": "0.1.14",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.24.1",
"node-sass": "4.1.1",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2"
}
}