-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 917 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
41
42
{
"bin": {
"elm-webapp": "./bin/elm-webapp.js"
},
"name": "elm-webapp",
"version": "3.1.4",
"description": "cli to initialize an elm-webapp app",
"main": "bin/elm-webapp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choonkeat/elm-webapp.git"
},
"keywords": [
"elm",
"webapp",
"elm-webapp",
"webapp",
"elm-webapp",
"http",
"client",
"server"
],
"author": "choonkeat",
"license": "MIT",
"bugs": {
"url": "https://github.com/choonkeat/elm-webapp/issues"
},
"homepage": "https://github.com/choonkeat/elm-webapp#readme",
"files": [
"templates/**/*.js",
"templates/*/Makefile",
"templates/*/scripts/wait-for-changes.js",
"templates/*/src",
"templates/*/public",
"templates/crud.diff",
"bin"
],
"dependencies": {}
}