forked from adopted-ember-addons/ember-cp-validations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yuidoc.json
36 lines (36 loc) · 1010 Bytes
/
yuidoc.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
34
35
36
{
"name": "Ember CP Validations",
"description": "Ember computed property based validations",
"url": "https://github.com/offirgolan/ember-cp-validations",
"indexModule": "Usage",
"externalDocs": [{
"name": "ember-validators",
"path": "node_modules/ember-validators",
"url": "https://github.com/offirgolan/ember-validators",
"version": "master"
}],
"options": {
"enabledEnvironments": ["production"],
"paths": [
"app",
"addon",
"htmlbars-plugins",
"node_modules/ember-validators/addon"
],
"external": {
"data": [{
"base": "http://emberjs.com/api/",
"json": "http://builds.emberjs.com/tags/v2.8.0/ember-docs.json"
}]
},
"themedir": "node_modules/yuidoc-ember-theme",
"helpers": ["node_modules/yuidoc-ember-theme/helpers/helpers.js"],
"exclude": "vendor",
"outdir": "docs",
"linkNatives": true,
"quiet": true,
"parseOnly": false,
"lint": false,
"nocode": false
}
}