slush-meanjs
Version:
A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org
18 lines • 564 B
JSON
{
"name": "<%= slugifiedAppName %>",
"version": "0.0.1",
"description": "<%= appDescription %>",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.2",
"angular-resource": "~1.2",
"angular-mocks": "~1.2", <% if (angularCookies) { %>
"angular-cookies": "~1.2", <% } if (angularAnimate) { %>
"angular-animate": "~1.2", <% } if (angularTouch) { %>
"angular-touch": "~1.2", <% } if (angularSanitize) { %>
"angular-sanitize": "~1.2", <% } %>
"angular-bootstrap": "~0.10.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.10"
}
}