-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 727 Bytes
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
{
"name": "cardboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"elm": "^0.19.1-3",
"elm-format": "^0.8.3",
"elm-live": "^4.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "elm reactor",
"format": "elm-format --yes src/Main.elm",
"elm-live": "elm-live src/Main.elm",
"build": "elm make --debug src/Main.elm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/objarni/cardboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/objarni/cardboard/issues"
},
"homepage": "https://github.com/objarni/cardboard#readme"
}