-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "nodeschool_solutions",
"version": "0.0.0",
"description": "A collection of my solutions to nodeschool workshoppers",
"repository": {
"type": "git",
"url": "https://github.com/xaviervalarino/nodeschool_solutions.git"
},
"dependencies": {
"brfs": "^1.4.3",
"concat-stream": "^1.5.2",
"domify": "^1.4.0",
"duplexer": "^0.1.1",
"duplexer2": "^0.1.4",
"glob": "^7.1.1",
"level": "^1.4.0",
"level-sublevel": "^6.6.1",
"multilevel": "^7.3.0",
"request": "^2.74.0",
"split": "^1.0.0",
"sprintf-js": "^1.0.3",
"stream-combiner": "^0.2.2",
"strftime": "^0.9.2",
"tape": "^4.4.0",
"tar": "^2.2.1",
"through2": "^2.0.1",
"through2-map": "^2.0.0",
"trumpet": "^1.7.2",
"uniq": "^1.0.1",
"websocket-stream": "^3.3.0"
},
"devDependencies": {},
"scripts": {
"verify": "./verify-solutions"
},
"author": "Xavier Valarino <xvalarino@gmail.com>",
"license": "ISC"
}