mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
8ab135af55
Alpha 0.1.0
12 lines
169 B
JSON
Executable File
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"
|
|
}
|
|
}
|