Files
buuh/example/package.json
T
2017-10-21 01:48:01 +02:00

22 lines
454 B
JSON

{
"name": "choo-todomvc-example",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "bankai start",
"build": "bankai build",
"inspect": "bankai inspect",
"test": "standard && node test.js"
},
"dependencies": {
"choo-devtools": "2.0.0",
"sheetify": "^6.0.1",
"todomvc-app-css": "^2.0.6",
"todomvc-common": "^1.0.3"
},
"devDependencies": {
"bankai": "^9.0.0-rc6",
"standard": "^9.0.1"
}
}