-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 778 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
{
"name": "data-struct",
"version": "0.0.11",
"description": "Convert between JS object and Node.js buffer",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/rzcoder/data-struct.git"
},
"keywords": [
"node",
"buffer",
"object",
"serialization",
"convert"
],
"author": "rzcoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/rzcoder/data-struct/issues"
},
"homepage": "https://github.com/rzcoder/data-struct",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-simple-mocha": "^0.4.0",
"jit-grunt": "^0.3.2",
"chai": "^1.9.1",
"grunt-contrib-jshint": "^0.9.2",
"benchmark": "^1.0.0"
},
"dependencies": {}
}