Skip to content

Commit a9ad798

Browse files
committed
now a node module!
1 parent 347b8ae commit a9ad798

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

package.json

+34
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)