-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "whistleblower",
"version": "1.0.0",
"description": "a mini GL renderer for 2D compos with small sizes",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]"
},
"dependencies": {},
"devDependencies": {
"canvas-testbed": "^0.4.0",
"getusermedia": "^1.0.0",
"tape": "~2.13.2",
"web-audio-analyser": "^1.0.0"
},
"scripts": {
"test": "tape test.js",
"build": "browserify demo/index.js | uglifyjs -cm > demo/index.min.js"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/whistleblower.git"
},
"homepage": "https://github.com/mattdesl/whistleblower",
"bugs": {
"url": "https://github.com/mattdesl/whistleblower/issues"
}
}