Skip to content

Instantly share code, notes, and snippets.

@AleksMeshkov
Created June 9, 2015 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AleksMeshkov/12808b3016f274251400 to your computer and use it in GitHub Desktop.
Save AleksMeshkov/12808b3016f274251400 to your computer and use it in GitHub Desktop.
{
"generator-gulp-angular": {
"version": "0.11.0",
"props": {
"angularVersion": "~1.3.4",
"angularModules": [
{
"key": "animate",
"module": "ngAnimate"
},
{
"key": "cookies",
"module": "ngCookies"
},
{
"key": "touch",
"module": "ngTouch"
},
{
"key": "sanitize",
"module": "ngSanitize"
}
],
"jQuery": {
"key": "jquery2"
},
"resource": {
"key": "none",
"module": null
},
"router": {
"key": "ui-router",
"module": "ui.router"
},
"ui": {
"key": "bootstrap",
"module": null
},
"bootstrapComponents": {
"key": "ui-bootstrap",
"module": "ui.bootstrap"
},
"cssPreprocessor": {
"key": "ruby-sass",
"extension": "scss"
},
"jsPreprocessor": {
"key": "none",
"extension": "js",
"srcExtension": "js"
},
"htmlPreprocessor": {
"key": "none",
"extension": "html"
},
"foundationComponents": {
"name": null,
"version": null,
"key": null,
"module": null
},
"paths": {
"src": "src",
"dist": "dist",
"e2e": "e2e",
"tmp": ".tmp"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment