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