generator-gulp-of-drano
Version:
Yeoman generator for an angular.js site. CoffeeScript, stylus, jade, gulp.js. Bootstrap, angular-strap, nib, angular-ui-router. Heroku + s3 deployment tasks included.
48 lines (47 loc) • 1.35 kB
JSON
{
"name": "<%= projectName %>",
"private": true,
"dependencies": {
"jquery-legacy": "jquery#1.11.1",
"angular-legacy": "angular#1.2.26",
"angular-sanitize-legacy": "angular-sanitize#1.2.26",
"angular-cookies-legacy": "angular-cookies#1.2.26",
"angular-resource-legacy": "angular-resource#1.2.26",
"angular-animate-legacy": "angular-animate#1.2.26",
"respond-legacy": "scottjehl/Respond#master",
"jquery-modern": "jquery#2.1.1",
"angular-modern": "angular#1.3.1",
"angular-sanitize-modern": "angular-sanitize#1.3.1",
"angular-cookies-modern": "angular-cookies#1.3.1",
"angular-resource-modern": "angular-resource#1.3.1",
"angular-animate-modern": "angular-animate#1.3.1",
"modernizr": "~2.6.2",
"angular-ui-router": "~0.2.10",
"angular-strap": "~2.1.2",
"Faker": "~0.7.0",
"lodash": "~2.4.1",
"angular-motion": "~0.3.4",
"bootstrap-additions": "~0.2.2",
"bootstrap-sass-official": "~3.3.0",
"font-awesome": "~4.2.0",
"matchmedia-ng": "~1.0.3",
"angular-spinner": "~0.5.1"
},
"overrides": {
"Faker": {
"main": "Faker.js"
},
"font-awesome": {
"ignore": true
},
"bootstrap-sass-official": {
"ignore": true
},
"bootstrap": {
"ignore": true
}
},
"resolutions": {
"angular": "1.3.1"
}
}