todomvc
Version:
> Helping you select an MV\* framework
26 lines (25 loc) • 697 B
JSON
{
"name": "ampersand-todomvc",
"description": "TodoMVC Implementation in Ampersand.js",
"version": "1.0.0",
"author": "Henrik Joreteg <henrik@andyet.net>",
"private": true,
"dependencies": {
"ampersand-collection": "^1.3.16",
"ampersand-router": "^1.0.5",
"ampersand-state": "^4.3.12",
"ampersand-subcollection": "^1.4.5",
"ampersand-view": "^7.1.4",
"debounce": "^1.0.0"
},
"devDependencies": {
"browserify": "5.10.1",
"jade": "^1.7.0",
"jadeify": "^2.7.0",
"watchify": "^2.0.0"
},
"scripts": {
"build": "browserify js/app.js -t jadeify -o todomvc.bundle.js",
"start": "watchify js/app.js -t jadeify -o todomvc.bundle.js"
}
}