-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
68 lines (68 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "jbinary",
"version": "2.1.5",
"description": "High-level I/O for binary data.",
"keywords": [
"parse",
"edit",
"buffer",
"binary",
"file",
"read",
"write",
"manipulate"
],
"author": "RReverser <[email protected]> (http://rreverser.com/)",
"files": [
"dist/node/jbinary.js",
"dist/browser/jbinary.js"
],
"main": "dist/node/jbinary.js",
"browser": "dist/browser/jbinary.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/jDataView/jBinary.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jDataView/jBinary/master/MIT-license.txt"
}
],
"dependencies": {
"es6-promise": "*",
"jdataview": "*",
"request": "*"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^1.3.0",
"grunt-bump": "0.8.0",
"grunt-cli": "^1.4.2",
"grunt-compare-size": "^0.4.2",
"grunt-concat-sourcemap": "^0.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^4.0.0",
"grunt-lintspaces": "^0.10.0",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "^1.3.0",
"gzip-js": "^0.3.2",
"jshint-stylish": "^2.2.1",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-config": "^3.0.1",
"mocha": "^8.3.2",
"npm": "^7.9.0"
}
}