-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1013 Bytes
/
package.json
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
36
37
38
39
{
"name": "nodeschool",
"version": "1.0.0",
"description": "These are my soultions for the <a href=\"https://nodeschool.io/#workshopper-list\">NodeSchool workshops</a>.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsmed/nodeschool.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itsmed/nodeschool/issues"
},
"homepage": "https://github.com/itsmed/nodeschool#readme",
"devDependencies": {
"@types/node": "^6.0.46"
},
"dependencies": {
"concat-stream": "^1.5.2",
"duplexer": "^0.1.1",
"duplexer2": "^0.1.4",
"request": "^2.78.0",
"split": "^1.0.0",
"stream-combiner": "^0.2.2",
"strftime": "^0.9.2",
"tar": "^2.2.1",
"through": "^2.3.8",
"through2": "^2.0.1",
"through2-map": "^3.0.0",
"trumpet": "^1.7.2",
"websocket-stream": "^3.3.0"
}
}