forked from agenda/agendash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 1.91 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
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
{
"_args": [
[
"F:\\Work\\Dev-Service\\Dtit-Service-Rule"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-E2Umz6FmT20tV9oPz9umWxxhl04=",
"_location": "/agendash",
"_phantomChildren": {
"bson": "1.0.9",
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"date.js": "0.3.3",
"es6-promise": "3.2.1",
"human-interval": "0.1.6",
"inherits": "2.0.3",
"isarray": "1.0.0",
"moment-timezone": "0.5.13",
"ms": "2.0.0",
"process-nextick-args": "1.0.7",
"require_optional": "1.0.1",
"string_decoder": "1.0.3",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "agendash",
"escapedName": "agendash",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/agendash/download/agendash-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "F:\\Work\\Dev-Service\\Dtit-Service-Rule",
"bin": {
"agendash": "bin/agendash-standalone.js"
},
"bugs": {
"url": "https://github.com/joeframbach/agendash/issues"
},
"dependencies": {
"agenda": ">=0.7.0 <1.0.0",
"async": "^1.0.0",
"body-parser": "^1.15.0",
"commander": "^2.9.0",
"express": "^4.0.0",
"semver": "^5.3.0"
},
"description": "Agenda Dashboard",
"devDependencies": {
"mocha": "^3.1.2",
"supertest": "^2.0.0"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"homepage": "https://github.com/joeframbach/agendash#readme",
"keywords": [
"agenda"
],
"license": "MIT",
"main": "app.js",
"name": "agendash",
"repository": {
"type": "git",
"url": "git+https://github.com/joeframbach/agendash.git"
},
"scripts": {
"test": "$(npm bin)/mocha test/test.js"
},
"version": "0.4.0"
}