-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 920 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
{
"name": "bytewiser",
"version": "2.1.0",
"description": "a nodeschool workshop that teaches you the fundamentals of working with binary data in node.js and HTML5 browsers",
"author": "Max Ogden (http://github.com/maxogden)",
"contributors": [
"Max Ogden (https://github.com/maxogden)",
"Joshua K. Farrar <joshua@sent1nel.me> (https://github.com/sent1nel)"
],
"keywords": [
"nodeschool"
],
"repository": {
"type": "git",
"url": "https://github.com/maxogden/bytewiser.git"
},
"license": "BSD-2-Clause",
"bin": "./bytewiser.js",
"preferGlobal": true,
"dependencies": {
"boganipsum": "^0.1.0",
"colors-tmpl": "^1.0.0",
"combined-stream": "0.0.7",
"through2": "^0.6.5",
"workshopper": "^2.5.0",
"workshopper-exercise": "^2.3.0"
},
"bugs": {
"url": "https://github.com/maxogden/bytewiser/issues"
},
"directories": {
"doc": "docs"
}
}