mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
12 lines
173 B
JSON
Executable File
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"
|
|
}
|
|
}
|