forked from ably-forks/msgpack-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 915 Bytes
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
{
"name": "@ably/msgpack-js",
"description": "msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.",
"license": "Apache-2.0",
"version": "0.4.1",
"author": "Ably Real-time Ltd <support@ably.io>",
"contributors": [
"Tim Caswell <tim@creationix.com>",
"Chakrit Wichian <service@chakrit.net>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ably-forks/msgpack-js.git"
},
"main": "msgpack.js",
"dependencies": {
"bops": "^1.0.1"
},
"devDependencies": {
"tape": "~1.0.2"
},
"jspm": {
"registry": "npm"
},
"scripts": {
"test": "node test.js"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/9..latest",
"firefox/19..latest",
"chrome/25..latest",
"safari/latest",
"iphone/6",
"ipad/6"
]
}
}