We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347b8ae commit a9ad798Copy full SHA for a9ad798
package.json
@@ -0,0 +1,34 @@
1
+{
2
+ "name": "BinaryFormat",
3
+ "version": "0.0.0",
4
+ "description": "Two-way custom binary seralization",
5
+ "main": "src/jprinter.js",
6
+ "directories": {
7
+ "test": "test"
8
+ },
9
+ "scripts": {
10
+ "test": "mocha ntest/*.js"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git://github.com/RobertBorg/node-BinaryFormat.git"
15
16
+ "keywords": [
17
+ "binary",
18
+ "struct",
19
+ "parse",
20
+ "seralization",
21
+ "deseralization"
22
+ ],
23
+ "author": "Robert Borg",
24
+ "license": "",
25
+ "readmeFilename": "README.md",
26
+ "gitHead": "cb9ff1c3f31cbdebb8e8a5be3f3be13dbda0b0c4",
27
+ "dependencies": {
28
+ "jDataView": "git://github.com/vjeux/jDataView.git"
29
30
+ "devDependencies": {
31
+ "mocha": "",
32
+ "should": ""
33
+ }
34
+}
0 commit comments