mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
24 lines
389 B
JSON
24 lines
389 B
JSON
{
|
|
"name": "angular-ui-router",
|
|
"version": "0.2.15",
|
|
"main": "./release/angular-ui-router.js",
|
|
"dependencies": {
|
|
"angular": ">= 1.0.8"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"component.json",
|
|
"package.json",
|
|
"lib",
|
|
"config",
|
|
"sample",
|
|
"test",
|
|
"tests",
|
|
"ngdoc_assets",
|
|
"Gruntfile.js",
|
|
"files.js"
|
|
]
|
|
}
|