choo-shortcache
Version:
choo nanocomponent cache shortcut
20 lines (19 loc) • 326 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "budo index.js -l -P"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"choo": "^6.13.1",
"choo-devtools": "^2.5.1"
},
"devDependencies": {
"budo": "^11.5.0"
}
}