74 lines
1.5 KiB
JSON
74 lines
1.5 KiB
JSON
|
{
|
||
|
"generator-gulp-angular": {
|
||
|
"version": "1.0.2",
|
||
|
"props": {
|
||
|
"angularVersion": "~1.4.2",
|
||
|
"angularModules": [
|
||
|
{
|
||
|
"key": "animate",
|
||
|
"module": "ngAnimate"
|
||
|
},
|
||
|
{
|
||
|
"key": "cookies",
|
||
|
"module": "ngCookies"
|
||
|
},
|
||
|
{
|
||
|
"key": "sanitize",
|
||
|
"module": "ngSanitize"
|
||
|
},
|
||
|
{
|
||
|
"key": "messages",
|
||
|
"module": "ngMessages"
|
||
|
},
|
||
|
{
|
||
|
"key": "aria",
|
||
|
"module": "ngAria"
|
||
|
}
|
||
|
],
|
||
|
"jQuery": {
|
||
|
"key": "jquery2"
|
||
|
},
|
||
|
"resource": {
|
||
|
"key": "angular-resource",
|
||
|
"module": "ngResource"
|
||
|
},
|
||
|
"router": {
|
||
|
"key": "ui-router",
|
||
|
"module": "ui.router"
|
||
|
},
|
||
|
"ui": {
|
||
|
"key": "bootstrap",
|
||
|
"module": null
|
||
|
},
|
||
|
"bootstrapComponents": {
|
||
|
"key": "ui-bootstrap",
|
||
|
"module": "ui.bootstrap"
|
||
|
},
|
||
|
"cssPreprocessor": {
|
||
|
"key": "node-sass",
|
||
|
"extension": "scss"
|
||
|
},
|
||
|
"jsPreprocessor": {
|
||
|
"key": "noJsPrepro",
|
||
|
"extension": "js",
|
||
|
"srcExtension": "js"
|
||
|
},
|
||
|
"htmlPreprocessor": {
|
||
|
"key": "noHtmlPrepro",
|
||
|
"extension": "html"
|
||
|
},
|
||
|
"foundationComponents": {
|
||
|
"name": null,
|
||
|
"version": null,
|
||
|
"key": null,
|
||
|
"module": null
|
||
|
},
|
||
|
"paths": {
|
||
|
"src": "src",
|
||
|
"dist": "../static",
|
||
|
"e2e": "e2e",
|
||
|
"tmp": ".tmp"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|