File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " learn-elm-architecture- in-javascript" ,
2
+ "name" : " todomvc-example- in-vanilla- javascript-using-elm-architecture- " ,
3
3
"description" : " Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!" ,
4
4
"version" : " 1.0.1" ,
5
- "homepage" : " https://github.com/dwyl/learn- elm-architecture-in-javascript " ,
6
- "main" : " examples/01-counter-basic .html" ,
5
+ "homepage" : " https://github.com/dwyl/todomvc-vanilla-javascript- elm-architecture-example " ,
6
+ "main" : " index .html" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " https://github.com/dwyl/learn-tachyons .git"
9
+ "url" : " https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example .git"
10
10
},
11
11
"author" : " @dwyl & friends!" ,
12
12
"devDependencies" : {
13
13
"decache" : " ^4.4.0" ,
14
14
"istanbul" : " ^0.4.5" ,
15
- "jsdom" : " ^11 .0.0" ,
15
+ "jsdom" : " ^13 .0.0" ,
16
16
"jsdom-global" : " ^3.0.2" ,
17
17
"live-server" : " ^1.2.0" ,
18
18
"pre-commit" : " ^1.2.2" ,
29
29
"test" : " istanbul cover tape ./test/*.test.js | tap-spec"
30
30
},
31
31
"keywords" : [
32
- " Elm " ,
33
- " architecture " ,
32
+ " Todo List " ,
33
+ " TodoMVC " ,
34
34
" functional" ,
35
35
" fast" ,
36
36
" learn" ,
37
37
" beginner" ,
38
38
" tutorial" ,
39
- " how to"
39
+ " how to" ,
40
+ " Elm" ,
41
+ " architecture"
40
42
],
41
43
"license" : " ISC" ,
42
44
"pre-commit" : [
You can’t perform that action at this time.
0 commit comments