15 lines
263 B
JSON
15 lines
263 B
JSON
|
{
|
||
|
"noEscape": true,
|
||
|
"name": "test",
|
||
|
"description": "A Vue.js project",
|
||
|
"author": "CircleCI",
|
||
|
"build": "runtime",
|
||
|
"router": false,
|
||
|
"lint": true,
|
||
|
"lintConfig": "standard",
|
||
|
"unit": true,
|
||
|
"runner": "jest",
|
||
|
"e2e": true,
|
||
|
"autoInstall": false
|
||
|
}
|