forked from gavinbarron/angular-bing-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
30 lines (30 loc) · 873 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
30
{
"generator-angularjs-library": {
"props": {
"author": {
"name": "Stephen Morrow",
"email": "[email protected]"
},
"libraryName": {
"original": "Angular Bing Maps",
"camelized": "angularBingMaps",
"dasherized": "angular-bing-maps",
"slugified": "angular-bing-maps",
"parts": [
"angular",
"bing",
"maps"
]
},
"includeModuleDirectives": true,
"includeModuleFilters": true,
"includeModuleServices": true,
"includeAngularModuleResource": false,
"includeAngularModuleCookies": false,
"includeAngularModuleSanitize": false,
"librarySrcDirectory": "src/angular-bing-maps",
"libraryUnitTestDirectory": "test/unit/angular-bing-maps",
"libraryUnitE2eDirectory": "test/e2e/angular-bing-maps"
}
}
}