-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 830 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "angular-oniyi-configurator",
"version": "0.1.4",
"homepage": "https://github.com/benkroeger/angular-oniyi-configurator",
"description": "a configuration module for angular projects. It helps loading configuration files from the server and extend them with environment specific config properties",
"keywords": [
"oniyi",
"angular",
"configurations",
"config",
"helper",
"environment"
],
"authors": [{
"name": "Benjamin Kroeger",
"email": "[email protected]"
}],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": "./angular-oniyi-configurator.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/benkroeger/angular-oniyi-configurator.git"
}
}