-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.27 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
84
85
86
87
88
89
90
91
92
{
"_args": [
[
"ah-graphql-plugin",
"/Users/ddespain/clients/localfluence/api"
]
],
"_from": "ah-graphql-plugin@latest",
"_id": "ah-graphql-plugin@0.0.3",
"_inCache": true,
"_installable": true,
"_location": "/ah-graphql-plugin",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ah-graphql-plugin-0.0.3.tgz_1458355443661_0.4061397861223668"
},
"_npmUser": {
"email": "devin@dspa.in",
"name": "dangerdespain"
},
"_npmVersion": "3.7.5",
"_phantomChildren": {},
"_requested": {
"name": "ah-graphql-plugin",
"raw": "ah-graphql-plugin",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ah-graphql-plugin/-/ah-graphql-plugin-0.0.3.tgz",
"_shasum": "a62da3a9e15854450280e64f860f446ae9625c90",
"_shrinkwrap": null,
"_spec": "ah-graphql-plugin",
"_where": "/Users/ddespain/clients/localfluence/api",
"author": {
"email": "devin@dspa.in",
"name": "Devin Despain"
},
"bugs": {
"url": "https://github.com/dangerdespain/ah-graphql-plugin/issues"
},
"dependencies": {
"bluebird": "^3.1.1",
"fs": "0.0.2",
"graphql": "^0.9.2",
"json-safe-parse": "^0.0.2",
"underscore": "^1.8.3n"
},
"description": "I provide GraphQL support for ActionHero",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "a62da3a9e15854450280e64f860f446ae9625c90",
"tarball": "https://registry.npmjs.org/ah-graphql-plugin/-/ah-graphql-plugin-0.0.3.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "60a409381ea64605aaa8b4a2a9e902e407beecf1",
"homepage": "https://github.com/dangerdespain/ah-graphql-plugin",
"keywords": [
"actionhero",
"ah",
"graph",
"api",
"fb",
"graphql",
"utility",
"utilities"
],
"license": "Apache-2.0",
"maintainers": [
{
"email": "devin@igniter.io",
"name": "dangerdespain"
}
],
"name": "ah-graphql-plugin",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dangerdespain/ah-graphql-plugin.git"
},
"scripts": {},
"version": "1.0.1"
}