-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 966 Bytes
/
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
{
"name": "link-saver",
"version": "1.0.0",
"description": "Link saver app.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --port 3000 --open",
"build": "NODE_ENV=production webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxgurewitz/link-saver.git"
},
"keywords": [
"link",
"save",
"saver"
],
"author": "Max Gurewitz",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxgurewitz/link-saver/issues"
},
"homepage": "https://github.com/maxgurewitz/link-saver#readme",
"devDependencies": {
"css-loader": "^0.26.1",
"elm-webpack-loader": "^3.1.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.3",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"firebase": "^3.6.1",
"vertx3-eventbus-client": "^3.4.1",
"xtend": "^4.0.1"
}
}