-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
30 lines (30 loc) · 869 Bytes
/
.yo-rc.json
File metadata and controls
30 lines (30 loc) · 869 Bytes
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
{
"generator-angularjs-gulp-library": {
"props": {
"author": {
"name": "Maxime Bernard",
"email": "mbernard@wemanity.com"
},
"libraryName": {
"original": "ws-script-loader",
"camelized": "wsScriptLoader",
"dasherized": "ws-script-loader",
"slugified": "ws-script-loader",
"parts": [
"ws",
"script",
"loader"
]
},
"includeModuleDirectives": false,
"includeModuleFilters": false,
"includeModuleServices": false,
"includeAngularModuleResource": false,
"includeAngularModuleCookies": false,
"includeAngularModuleSanitize": false,
"librarySrcDirectory": "src/wsScriptLoader",
"libraryUnitTestDirectory": "test/unit/wsScriptLoader",
"libraryUnitE2eDirectory": "test/e2e/wsScriptLoader"
}
}
}