15 lines
265 B
JSON
15 lines
265 B
JSON
|
{
|
||
|
"noEscape": true,
|
||
|
"name": "test",
|
||
|
"description": "A Vue.js project",
|
||
|
"author": "CircleCI",
|
||
|
"build": "standalone",
|
||
|
"router": false,
|
||
|
"lint": true,
|
||
|
"lintConfig": "airbnb",
|
||
|
"unit": true,
|
||
|
"runner": "karma",
|
||
|
"e2e": true,
|
||
|
"autoInstall": false
|
||
|
}
|