Nuxt/examples/with-ava/package.json

12 lines
173 B
JSON
Executable File

{
"name": "nuxt-with-ava",
"scripts": {
"start": "../../bin/nuxt .",
"test": "ava"
},
"devDependencies": {
"ava": "^0.16.0",
"jsdom": "^9.8.3"
}
}