forked from inolen/bit-buffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 719 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 719 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": "bit-buffer",
"version": "0.2.4",
"description": "Bit-level reads and writes for ArrayBuffers",
"main": "bit-buffer.js",
"types": "./bit-buffer.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/inolen/bit-buffer.git"
},
"keywords": [
"dataview",
"arraybuffer",
"bit",
"bits"
],
"author": "Anthony Pesch",
"contributors": [
"Robin Appelman"
],
"license": "MIT",
"gitHead": "cd4417237bed1f22dd5adfd8a6b961ea7234d9c9",
"readmeFilename": "README.md",
"devDependencies": {
"@types/node": "^7.0.5",
"jshint": "^2.9.4",
"mocha": "^3.2.0"
}
}