-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 902 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
{
"name": "elm-letters-numbers",
"version": "1.0.0",
"description": "A solver for the number puzzles on the show 'Letters and Numbers'",
"main": "webpack.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"ace-css": "^1.1.0",
"elm-webpack-loader": "^4.3.1",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"devDependencies": {
"ace-css": "^1.1.0",
"css-loader": "^0.28.7",
"elm-webpack-loader": "^4.3.1",
"file-loader": "^0.11.2",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"test": "elm test",
"serve": "webpack-dev-server",
"build": "webpack",
"publish": "git checkout master && npm run build && cp dist/app.js docs && git commit --allow-empty -a -m 'gh-pages publish' && git push -u origin master"
},
"author": "",
"license": "ISC"
}