forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 1.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"after@0.8.1",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io-parser"
]
],
"_from": "after@0.8.1",
"_id": "after@0.8.1",
"_inCache": true,
"_location": "/after",
"_npmUser": {
"email": "raynos2@gmail.com",
"name": "raynos"
},
"_npmVersion": "1.2.25",
"_phantomChildren": {},
"_requested": {
"name": "after",
"raw": "after@0.8.1",
"rawSpec": "0.8.1",
"scope": null,
"spec": "0.8.1",
"type": "version"
},
"_requiredBy": [
"/engine.io-parser"
],
"_resolved": "https://registry.npmjs.org/after/-/after-0.8.1.tgz",
"_shasum": "ab5d4fb883f596816d3515f8f791c0af486dd627",
"_shrinkwrap": null,
"_spec": "after@0.8.1",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io-parser",
"author": {
"email": "raynos2@gmail.com",
"name": "Raynos"
},
"bugs": {
"url": "https://github.com/Raynos/after/issues"
},
"contributors": [
{
"name": "Raynos",
"email": "raynos2@gmail.com",
"url": "http://raynos.org"
}
],
"dependencies": {},
"description": "after - tiny flow control",
"devDependencies": {
"mocha": "~1.8.1"
},
"directories": {},
"dist": {
"shasum": "ab5d4fb883f596816d3515f8f791c0af486dd627",
"tarball": "http://registry.npmjs.org/after/-/after-0.8.1.tgz"
},
"installable": true,
"keywords": [
"after",
"arch",
"control",
"flow",
"flowcontrol"
],
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"name": "after",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/Raynos/after.git"
},
"scripts": {
"test": "mocha --ui tdd --reporter spec test/*.js"
},
"version": "0.8.1"
}