1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-04 19:04:16 +00:00
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"
}
}