-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.04 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
{
"name": "iowa",
"version": "0.8.1",
"description": "iowa: A Promise-based IO utility; also known as “the land of corn”.",
"main": "index.js",
"scripts": {
"test": "bin/test.sh",
"lint": "bin/lint.sh",
"doc": "bin/doc.sh"
},
"repository": "git@github.com:jsbites/iowa.git",
"author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)",
"license": "MIT",
"keywords": [
"byte",
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"education",
"fs",
"helper",
"input",
"io",
"iowa",
"javascript",
"learning",
"podcast",
"promise",
"screencast",
"tutorials",
"utility",
"vidcast",
"videocast",
"videos",
"wrapper"
],
"bugs": {
"url": "https://github.com/jsbites/iowa/issues"
},
"homepage": "https://bytesized.tv/",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-jsbites": "^0.8.0",
"http-server": "^0.10.0",
"jsdoc": "^3.4.3"
},
"dependencies": {
"delgado": "^0.5.0",
"mkdirp": "^0.5.1"
}
}