Skip to content

Commit cbe631a

Browse files
author
Amit Kapadia
committed
bower
1 parent 2d00cc4 commit cbe631a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "rawimage.js",
3+
"main": "rawimage.js",
4+
"version": "0.5.0",
5+
"homepage": "http://github.com/astrojs/rawimage.js",
6+
"authors": [
7+
"Amit Kapadia <akapad@gmail.com>"
8+
],
9+
"description": "A lightweight WebGL library for displaying complex imagery",
10+
"keywords": [
11+
"webgl",
12+
"science",
13+
"raw image",
14+
"high bit depth",
15+
"visualization"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"build.sh",
23+
"package.json",
24+
"src",
25+
"scripts",
26+
"examples"
27+
]
28+
}

0 commit comments

Comments
 (0)