-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 748 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 748 Bytes
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
{
"name": "learn-generators",
"description": "Learn ES6 generators in practice.",
"author": "Ruslan Ismagilov <is.ismagilov@gmail.com>",
"version": "1.7.2",
"repository": {
"type": "git",
"url": "git@github.com:isRuslan/learn-generators.git"
},
"scripts": {
"start": "./start.js"
},
"bin": {
"learn-generators": "./start.js"
},
"preferGlobal": true,
"keywords": [
"es6",
"generators",
"iterators",
"learn",
"tutorial",
"workshopper"
],
"dependencies": {
"colors-tmpl": "~1.0.0",
"combined-stream": "0.0.7",
"has-generators": "^1.0.1",
"workshopper": "^2.7.0",
"workshopper-exercise": "^2.6.1",
"workshopper-wrappedexec": "^0.1.2"
},
"license": "MIT"
}