Files
buuh/example/package.json
T

22 lines
455 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": {
2017-10-18 14:07:57 +02:00
"start": "bankai start",
"build": "bankai build",
"inspect": "bankai inspect",
"test": "standard && node test.js"
2017-03-21 03:00:45 +01:00
},
"dependencies": {
2018-01-15 20:06:59 +01:00
"choo-devtools": "^2.3.3",
2017-03-21 03:00:45 +01:00
"sheetify": "^6.0.1",
"todomvc-app-css": "^2.0.6",
2017-10-18 14:07:57 +02:00
"todomvc-common": "^1.0.3"
2017-03-21 03:00:45 +01:00
},
"devDependencies": {
2017-10-18 14:07:57 +02:00
"bankai": "^9.0.0-rc6",
2017-03-21 03:00:45 +01:00
"standard": "^9.0.1"
}
}