File tree 5 files changed +12054
-0
lines changed
5 files changed +12054
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments