generator-yaas-builder-module
Version:
Yeoman generator for creating yaas builder modules
32 lines (31 loc) • 779 B
JSON
{
"name": "<%= module_name %>",
"version": "0.0.0",
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.6",
"angular-ui-router": "~0.2.13",
"angular-mocks": "~1.4.6",
"angular-translate": "~2.0.1",
"angular-sanitize": "~1.3.0",
"angular-ui-select2": "~0.0.5",
"angular-bootstrap": "~0.11.2",
"restangular": "~1.4.0",
"lodash": "~2.4.1",
"angular-messages": "~1.3.13",
"hyTechne": "0.2.4",
"bootstrap": "~3.3.2"
},
"resolutions": {
"angular": "1.4.6",
"select2": "3.5.4"
}
}