-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "gipher",
"version": "1.0.0",
"description": "Tinder for gifs",
"main": "elm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --hot --config webpack.dev.config.js --no-info",
"build": "webpack --config webpack.production.config.js --progress --display-modules",
"postinstall": "webpack --config webpack.production.config.js --progress --display-modules",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthieu-beteille/gipher.git"
},
"keywords": [
"elm",
"gipher",
"gif",
"tinder"
],
"author": "Matthieu Béteille",
"license": "ISC",
"bugs": {
"url": "https://github.com/matthieu-beteille/gipher/issues"
},
"homepage": "https://github.com/matthieu-beteille/gipher#readme",
"dependencies": {
"compression": "1.6.1",
"css-loader": "0.23.1",
"ejs": "2.4.1",
"elm": "0.16.0",
"elm-hot-loader": "0.2.2",
"elm-webpack-loader": "2.0.1",
"style-loader": "0.13.1",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}