Nuxt/examples/coffeescript/package.json

20 lines
410 B
JSON
Raw Normal View History

2018-01-05 08:43:35 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-coffeescript",
2018-01-05 08:43:35 +00:00
"version": "1.0.0",
"description": "Nuxt.js with CoffeeScript",
"author": "Alex Ananiev <alex.ananiev.r@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"dependencies": {
"nuxt-edge": "latest"
2018-01-05 08:43:35 +00:00
},
"devDependencies": {
"coffee-loader": "^0.8.0",
"coffeescript": "^2.0.1"
}
}