Nuxt/examples/with-ava/package.json

12 lines
173 B
JSON
Raw Normal View History

2016-11-07 01:34:58 +00:00
{
2016-11-10 13:30:18 +00:00
"name": "nuxt-with-ava",
2016-11-07 01:34:58 +00:00
"scripts": {
"start": "../../bin/nuxt .",
"test": "ava"
},
"devDependencies": {
"ava": "^0.16.0",
"jsdom": "^9.8.3"
}
}