We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d00cc4 commit cbe631aCopy full SHA for cbe631a
bower.json
@@ -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