forked from tspringborg/mola-nuxt-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 790 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "mola-nuxt-app",
"version": "1.0.0",
"description": "A custom nuxt starter template loosely based on create-nuxt-app",
"bin": "cli.js",
"files": [
"cli.js",
"sao.js",
"template/"
],
"repository": {
"url": "git+https://github.com/tspringborg/mola-nuxt-app",
"type": "git"
},
"scripts": {
"test": "ava --verbose",
"test:snapshot": "ava --verbose --update-snapshots"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"sao": "^0.22.5",
"superb": "^2.0.0"
},
"devDependencies": {
"ava": "^0.23.0"
},
"authors": [
"tspringborg <[email protected]>"
],
"license": "MIT"
}