Files
buuh/example/package.json
T

29 lines
714 B
JSON
Raw Normal View History

2017-03-21 03:00:45 +01:00
{
"name": "choo-todomvc-example",
"version": "1.0.0",
"private": true,
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "bankai start --open",
"build": "bankai build --optimize",
"test": "standard && npm run deps && node test.js"
},
"dependencies": {
2017-03-21 19:49:21 -04:00
"bel": "^4.5.1",
2017-03-21 03:00:45 +01:00
"choo-expose": "^1.0.0",
2017-03-29 10:43:42 +02:00
"choo-log": "^6.0.0",
2017-03-21 19:49:21 -04:00
"choo-persist": "^3.0.0",
2017-04-02 01:19:59 +02:00
"microbounce": "^1.0.0",
"microframe": "^1.0.0",
2017-03-21 03:00:45 +01:00
"sheetify": "^6.0.1",
"todomvc-app-css": "^2.0.6",
"todomvc-common": "^1.0.3",
"xtend": "^4.0.1"
},
"devDependencies": {
"bankai": "^5.4.0",
"dependency-check": "^2.8.0",
"standard": "^9.0.1"
}
}