UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
batman
/
package.json
15 lines
(14 loc)
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"todomvc-batman"
,
"description"
:
"TodoMVC todo app using batman.js"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
}
,
"devDependencies"
:
{
"coffee-script"
:
"~1.6.2"
}
,
"scripts"
:
{
"compile"
:
"coffee -c app.coffee"
,
"watch"
:
"coffee -wc app.coffee"
}
,
"private"
:
true
}