forked from PatrickJS/angular-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
29 lines (29 loc) · 810 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
29
{
"generator-angularjs-library": {
"props": {
"author": {
"name": "Martin Gontovnikas",
"email": "[email protected]"
},
"libraryName": {
"original": "angular-jwt",
"camelized": "angularJwt",
"dasherized": "angular-jwt",
"slugified": "angular-jwt",
"parts": [
"angular",
"jwt"
]
},
"includeModuleDirectives": false,
"includeModuleFilters": false,
"includeModuleServices": true,
"includeAngularModuleResource": false,
"includeAngularModuleCookies": false,
"includeAngularModuleSanitize": false,
"librarySrcDirectory": "src/angularJwt",
"libraryUnitTestDirectory": "test/unit/angularJwt",
"libraryUnitE2eDirectory": "test/e2e/angularJwt"
}
}
}