UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
troopjs_require
/
bower.json
12 lines
(11 loc)
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"todomvc-troopjs"
,
"version"
:
"2.0.0-SNAPSHOT"
,
"main"
:
"index.html"
,
"dependencies"
:
{
"todomvc-common"
:
"*"
,
"requirejs"
:
"~2.1"
,
"jquery"
:
"~2.0"
,
"troopjs-bundle"
:
"https://github.com/troopjs/troopjs-bundle/archive/build/2.x.zip"
}
}