-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
46 lines (41 loc) · 1.19 KB
/
package.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "websfm",
"version": "0.0.0",
"dependencies": {
"underscore": "latest",
"numeric": "latest",
"sylvester": "latest",
"ndarray": "latest",
"ndarray-scratch": "latest",
"ndarray-pack": "latest",
"ndarray-unpack": "latest",
"ndarray-linear-interpolate": "latest",
"ndarray-ops": "latest",
"ndarray-convolve": "latest",
"ndarray-gaussian-filter": "latest",
"luminance": "latest",
"promise": "latest",
"get-pixels": "latest",
"save-pixels": "latest",
"lazy": "latest",
"shelljs": "latest",
"ndarray-downsample2x": "latest",
"buffer-to-arraybuffer": "latest",
"arraybuffer-to-buffer": "latest",
"canvas": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-watch": "latest",
"grunt-concat-sourcemap": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-compass": "latest",
"grunt-ember-templates": "0.5",
"grunt-browserify": "latest",
"mocha": "latest",
"should": "latest"
},
"engines": {
"node": ">=0.8.0"
}
}