forked from infomaniac-amf/js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 858 Bytes
/
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
{
"name": "infomaniac-amf",
"version": "0.7.2",
"repository": {
"type": "git",
"url": "https://github.com/infomaniac-amf/js"
},
"main": "test.js",
"devDependencies": {
"tape": "~2.4.0",
"gulp": "~3.5.2",
"gulp-uglify": "~0.2.1",
"gulp-browserify": "~0.4.6",
"gulp-watch": "~0.5.0",
"gulp-notify": "~1.2.1",
"utf8": "~2.0.0",
"base64-js": "0.0.6",
"gulp-size": "~0.1.3"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"iphone/6",
"ipad/6",
"opera/11.0..latest",
"safari/latest",
"firefox/16..latest",
"chrome/22..latest"
]
},
"scripts": {
"test": "tape tests/unit.js"
},
"author": {
"name": "Danny Kopping",
"email": "[email protected]",
"url": "http://infomaniac.co.za"
},
"license": "MIT"
}