forked from amysimmons/promise-it-wont-hurt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "promise-it-wont-hurt",
"version": "1.0.0-alpha.2",
"description": "This is a Workshop module for learning about promises in node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/stevekane/promise-it-wont-hurt.git"
},
"keywords": [
"nodeschool",
"promises"
],
"author": "Steven Kane",
"contributors": [
"Christophe Porteneuve <[email protected]>",
"Timothy Gu <[email protected]>"
],
"license": "MIT",
"bin": {
"promise-it-wont-hurt": "./promise-it-wont-hurt.js"
},
"preferGlobal": true,
"dependencies": {
"@timothygu/workshopper": "^2.7.4",
"@timothygu/workshopper-wrappedexec": "^0.1.4",
"es6-promise": "^3.0.2",
"node-uuid": "~1.4.1",
"q-io": "^1.13.2",
"random-word": "^1.0.2",
"shasum": "^1.0.2",
"workshopper-exercise": "^2.3.0",
"workshopper-timer": "^1.0.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0"
},
"bugs": {
"url": "https://github.com/stevekane/promise-it-wont-hurt/issues"
},
"homepage": "https://github.com/stevekane/promise-it-wont-hurt#readme",
"main": "promise-it-wont-hurt.js"
}