mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
17 lines
286 B
JSON
Executable File
17 lines
286 B
JSON
Executable File
{
|
|
"name": "nuxt-with-ava",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"test": "ava --serial --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"jsdom": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^1.0.0-alpha2"
|
|
}
|
|
}
|