UNPKG

generator-web-starter-angularjs

Version:
30 lines (29 loc) 539 B
{ "name": "<%= name %>", "description": "", "main": "", "license": "MIT", "homepage": "<%= repository %>", "moduleType": [], "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular-ui-router": "~0.3.0", "lodash": "~4.13.1", "angular-route": "~1.5.6", "angular-aria": "~1.5.6", "angular-sanitize": "~1.5.6", "jquery": "^2.2.3" }, "exportsOverride": { "lodash": { "js": "dist/lodash.js" } } }