Skip to content

Commit 9e17c3d

Browse files
committed
#2 Setup elm
1 parent c144b1a commit 9e17c3d

File tree

5 files changed

+12054
-0
lines changed

5 files changed

+12054
-0
lines changed

elm-package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "1.0.0",
3+
"summary": "studio ghibli and gifs",
4+
"repository": "https://github.com/user/project.git",
5+
"license": "BSD3",
6+
"source-directories": [
7+
"."
8+
],
9+
"exposed-modules": [],
10+
"dependencies": {
11+
"elm-lang/core": "5.1.1 <= v < 6.0.0",
12+
"elm-lang/html": "2.0.0 <= v < 3.0.0",
13+
},
14+
"elm-version": "0.18.0 <= v < 0.19.0"
15+
}

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "horses",
3+
"version": "1.0.0",
4+
"description": "wild wild horses",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"horses": "elm-live src/Main.elm --output=public/horses.js --dir=public --open --debug --pushstate"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/jsms90/horses.git"
13+
},
14+
"keywords": [
15+
"horses"
16+
],
17+
"author": "",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/jsms90/horses/issues"
21+
},
22+
"homepage": "https://github.com/jsms90/horses#readme"
23+
}

0 commit comments

Comments
 (0)