forked from primus/binary-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 946 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
{
"name": "ns-binary-pack",
"version": "1.0.3",
"description": "A module to package both browser and node versions of @ericz's binarypack",
"homepage": "https://github.com/primus/binary-pack",
"bugs": "https://github.com/primus/binary-pack/issues",
"license": "MIT",
"author": "Jarrett Cruger <jcrugzz@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/primus/binary-pack.git"
},
"scripts": {
"test-travis": "istanbul cover _mocha --report lcovonly",
"update": "npm i ns-js-binarypack && vendor/update.sh",
"coverage": "istanbul cover _mocha",
"test": "mocha"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"ns-binarypack": "~0.0.4",
"ns-js-binarypack": "^0.1.0"
},
"devDependencies": {
"browserify": "~16.1.0",
"concat-stream": "~1.6.0",
"derequire": "~2.0.3",
"istanbul": "~0.4.5",
"mocha": "~5.0.0"
}
}