UNPKG

1.35 kBJSONView Raw
1{
2 "name": "stream-adventure",
3 "version": "4.3.2",
4 "description": "an educational stream adventure",
5 "bin": {
6 "stream-adventure": "bin/cmd.js"
7 },
8 "main": "index.js",
9 "dependencies": {
10 "chunky": "~0.0.0",
11 "clone": "^2.1.2",
12 "concat-stream": "^2.0.0",
13 "duplexer2": "~0.1.4",
14 "hyperquest": "^2.1.3",
15 "osenv": "^0.1.0",
16 "provinces": "^1.11.0",
17 "split2": "^3.1.1",
18 "stream-combiner": "^0.2.1",
19 "tar": "^6.0.1",
20 "through2": "^4.0.2",
21 "trumpet": "^1.7.0",
22 "wordwrap": "~1.0.0",
23 "workshopper-adventure": "^6.1.0",
24 "workshopper-exercise": "^3.0.1",
25 "ws": "^7.3.0"
26 },
27 "devDependencies": {
28 "standard": "^14.3.3",
29 "standard-version": "^9.0.0",
30 "tape": "^5.0.1"
31 },
32 "scripts": {
33 "lint": "standard",
34 "test": "npm run lint && tape test/*.js",
35 "release": "standard-version"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/substack/stream-adventure.git"
40 },
41 "homepage": "https://github.com/substack/stream-adventure",
42 "keywords": [
43 "stream",
44 "educational",
45 "guide",
46 "tutorial",
47 "learn"
48 ],
49 "author": {
50 "name": "James Halliday",
51 "email": "mail@substack.net",
52 "url": "http://substack.net"
53 },
54 "license": "MIT",
55 "standard-version": {
56 "bumpFiles": [
57 "package.json"
58 ]
59 }
60}