-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json.co
More file actions
17 lines (14 loc) · 916 Bytes
/
package.json.co
File metadata and controls
17 lines (14 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name : 'bitstring'
version : '1.0.0'
description : 'Read/write packed binary strings bit-by-bit'
homepage : 'https://github.com/dsc/bitstring.js'
keywords : <[ bitstring binary buffer util server client browser ]>
author : 'David Schoonover <dsc@less.ly> (http://less.ly)'
main : './bitstring'
devDependencies : coco : '>= 0.7.0'
repository : type:'git', url:'git://github.com/dsc/bitstring.js.git'
bugs : url:'https://github.com/dsc/bitstring.js/issues'
### apparently Component decided to repurpose this, which is beyond stupid
# scripts : prepublish: './build.sh'
engine : node:'>=0.6.x'
license : 'MIT'