Skip to content

Commit 4980161

Browse files
committed
Add bower.json
1 parent b43a568 commit 4980161

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

bower.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "granim",
3+
"description": "Create fluid and interactive gradients animations with this small js library.",
4+
"main": "index.js",
5+
"authors": [
6+
"Benjamin Blonde",
7+
"Pranay Prakash <[email protected]> (http://pranay.gp)"
8+
],
9+
"license": "MIT",
10+
"keywords": [
11+
"gradient",
12+
"animation"
13+
],
14+
"homepage": "https://sarcadass.github.io/granim.js/",
15+
"moduleType": [
16+
"globals",
17+
"node"
18+
],
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"animation"
2222
],
2323
"author": "Benjamin Blonde",
24+
"contributors": ["Pranay Prakash <[email protected]> (http://pranay.gp)"],
2425
"license": "MIT",
2526
"devDependencies": {
2627
"browserify": "^13.0.1",

0 commit comments

Comments
 (0)