mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
12 lines
169 B
JSON
12 lines
169 B
JSON
|
{
|
||
|
"name": "ava-tests",
|
||
|
"scripts": {
|
||
|
"start": "../../bin/nuxt .",
|
||
|
"test": "ava"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.16.0",
|
||
|
"jsdom": "^9.8.3"
|
||
|
}
|
||
|
}
|