catjs
Version:
(Mobile) Web Automation Framework
50 lines (40 loc) • 899 B
JSON
{
"name": "{{name}}",
"source": "src/",
"target": "target/",
"cattarget": "{{cattarget}}",
"jshint": {
"opt": {
"evil": true,
"strict": false,
"curly": true,
"eqeqeq": true,
"immed": false,
"latedef": true,
"newcap": false,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": false
},
"globals": {
}
},
"analytics" : "{{analytics}}",
"apppath": "{{appath}}",
"server": {
"host": "{{server.host}}",
"port": "{{server.port}}",
"protocol": "{{server.protocol}}",
"services": {
"static-pages": true
}
},
"plugins": [
],
"tasks": [
]
}