-
Notifications
You must be signed in to change notification settings - Fork 220
/
package.json
46 lines (46 loc) · 961 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
40
41
42
43
44
45
46
{
"name": "how-to-npm",
"version": "2.5.1",
"description": "A module to teach you how to module.",
"bin": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/workshopper/how-to-npm"
},
"scripts": {
"test": "standard"
},
"keywords": [
"workshop",
"adventure",
"tutorial",
"tutor",
"npm"
],
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/workshopper/how-to-npm/issues"
},
"bundleDependencies": [
"workshopper-adventure",
"mkdirp",
"rimraf",
"semver",
"which"
],
"dependencies": {
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"semver": "^4.2.0",
"update-notifier": "^1.0.3",
"verdaccio": "^4.6.2",
"which": "^1.0.8",
"workshopper-adventure": "^5.0.3"
},
"preferGlobal": true,
"devDependencies": {
"standard": "^7.1.2"
}
}