forked from lazojs/lazo-todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 823 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
{
"name": "lazo-todomvc",
"description": "Lazo TodoMVC example based on http://todomvc.com/",
"version": "1.0.3",
"keywords": [
"lazojs",
"todomvc"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lazojs/todomvc/blob/master/LICENSE"
}
],
"author": {
"name": "Jason Strimpel",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/lazojs/todomvc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lazojs/todomvc.git"
},
"github": "https://github.com/lazojs/todomvc",
"dependencies": {
"lazo": "2.0.8-alpha"
},
"scripts": {
"start": "node ./node_modules/lazo/bin/lazo start ."
},
"maintainers": [
{
"name": "Jason Strimpel",
"email": "[email protected]"
}
]
}