-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
31 lines (31 loc) · 785 Bytes
/
.bower.json
File metadata and controls
31 lines (31 loc) · 785 Bytes
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
{
"name": "angular-image-color-replacement",
"description": "",
"main": "index.js",
"authors": [
"Jessé Pinheiro <jessebpinheiro@hotmail.com> (https://github.com/jesse1983)"
],
"license": "ISC",
"moduleType": [],
"homepage": "https://github.com/jesse1983/angular-image-color-replacement",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.x < 2"
},
"version": "1.0.4",
"_release": "1.0.4",
"_resolution": {
"type": "version",
"tag": "v1.0.4",
"commit": "c18ab6f3a5d14023a1073433251ab656bd807939"
},
"_source": "https://github.com/jesse1983/angular-image-color-replacement.git",
"_target": "*",
"_originalSource": "angular-image-color-replacement"
}