Nuxt/examples/with-ava/package.json
Sébastien Chopin 8ab135af55 Prototype 0.1.0 working
Alpha 0.1.0
2016-11-07 02:34:58 +01:00

12 lines
169 B
JSON
Executable File

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