-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
28 lines (28 loc) · 977 Bytes
/
.yo-rc.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
{
"generator-nglib": {
"github.username": "ef-ctx",
"license.name": "MIT",
"license.url": "https://raw.githubusercontent.com/EFEducationFirstMobile/oss/master/LICENSE",
"author.name": "EF CTX",
"author.email": "[email protected]",
"author.url": "http://ef.com",
"has.sass": false,
"use.travis": true,
"project.name": "ng.cx.config",
"project.description": "AngularJS configuration provider and service.",
"bower.id": "ng.cx.config",
"npm.id": "ng.cx.config",
"angular.module": "ng.cx.config",
"has.tpl": false,
"has.css": false,
"has.less": false,
"has.docs": true,
"use.git": true,
"github.reponame": "ng.cx.config",
"homepage.url": "https://github.com/ef-ctx/ng.cx.config",
"docs.url": "https://github.com/ef-ctx/ng.cx.config",
"bugs.url": "https://github.com/ef-ctx/ng.cx.config/issues",
"travis.id": "ef-ctx/ng.cx.config",
"repo.url": "[email protected]:ef-ctx/ng.cx.config.git"
}
}