-
Notifications
You must be signed in to change notification settings - Fork 219
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "promise-it-wont-hurt",
"version": "1.1.3",
"description": "This is a Workshop module for learning about promises in node.js",
"scripts": {
"start": "node ./promise-it-wont-hurt.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:stevekane/promise-it-wont-hurt.git"
},
"keywords": [
"nodeschool",
"promises"
],
"author": "Steven Kane",
"contributors": [
"Christophe Porteneuve <tdd@tddsworld.com>",
"Timothy Gu <timothygu99@gmail.com>"
],
"license": "MIT",
"bin": "./promise-it-wont-hurt.js",
"preferGlobal": true,
"dependencies": {
"@timothygu/workshopper": "^2.7.4",
"@timothygu/workshopper-wrappedexec": "^0.1.4",
"chalk": "^1.1.3",
"es6-promise": "^3.0.2",
"node-uuid": "~1.4.1",
"q-io": "^1.13.2",
"random-word": "^1.0.2",
"shasum": "^1.0.2",
"split": "^1.0.0",
"through2": "^2.0.1",
"tuple-stream": "0.0.2",
"workshopper-exercise": "^2.3.0",
"workshopper-timer": "^1.0.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0"
}
}