-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
52 lines (52 loc) · 1.63 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "levelmeup",
"version": "1.0.1",
"description": "Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.",
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
"repository": {
"type": "git",
"url": "https://github.com/workshopper/levelmeup.git"
},
"scripts": {
"test": "standard && workshopper-adventure-test",
"fetch-horse": "./scripts/fetch_horse.js",
"lint": "standard",
"release": "./node_modules/.bin/standard-version"
},
"contributors": [
"Rod Vagg (https://github.com/rvagg)",
"Eugene Ware (https://github.com/eugeneware)",
"James Halliday (https://github.com/substack)",
"Jake Verbaten (https://github.com/raynos)",
"Julian Gruber (https://github.com/juliangruber)",
"Robert Kowalski (https://github.com/robertkowalski)",
"Lars-Magnus Skog (https://github.com/ralphtheninja)",
"Martin Heidegger (https://github.com/martinheidegger)",
"Masashi Hirano (https://github.com/shisama)",
"Akihito Takeuchi (https://github.com/akihito-takeuchi)"
],
"license": "MIT",
"dependencies": {
"deep-diff": "^0.3.8",
"echomunge": "~0.2.0",
"exec-module": "^2.0.0",
"is-stream": "^1.1.0",
"level": "^2.0.1",
"level-sublevel": "^6.6.1",
"lodash.sample": "^4.2.1",
"multilevel": "^7.3.0",
"rimraf": "^2.6.2",
"through2": "^2.0.3",
"workshopper-adventure": "^6.0.3"
},
"devDependencies": {
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"twitter": "^1.7.1",
"workshopper-adventure-test": "^1.1.2"
},
"bin": {
"levelmeup": "./bin/levelmeup"
},
"preferGlobal": true
}