-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 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
{
"name": "webmaker-auth",
"description": "Express middleware for proxying authentication requests to a webmaker login server",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/webmaker-auth.git"
},
"author": {
"name": "Webmaker Product Team",
"email": "[email protected]"
},
"license": "MPLv2",
"dependencies": {
"express": "3.4.5",
"hyperquest": "~0.2.0"
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-jshint": "0.7.2",
"grunt-jsbeautifier": "0.2.6"
},
"gitHead": "c119d000363df9fdd0d24442fadd870e93c1f266",
"bugs": {
"url": "https://github.com/mozilla/webmaker-auth/issues"
},
"homepage": "https://github.com/mozilla/webmaker-auth",
"_id": "[email protected]",
"_shasum": "0464e6224cdeda1ced5d323b46cc5e535c3ab42f",
"_from": "webmaker-auth@^1.0.2",
"_npmVersion": "2.7.0",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "cadecairos",
"email": "[email protected]"
},
"maintainers": [
{
"name": "cadecairos",
"email": "[email protected]"
},
{
"name": "jbuck",
"email": "[email protected]"
},
{
"name": "k88hudson",
"email": "[email protected]"
},
{
"name": "pomax",
"email": "[email protected]"
}
],
"dist": {
"shasum": "0464e6224cdeda1ced5d323b46cc5e535c3ab42f",
"tarball": "http://registry.npmjs.org/webmaker-auth/-/webmaker-auth-1.0.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/webmaker-auth/-/webmaker-auth-1.0.4.tgz",
"readme": "ERROR: No README data found!"
}