-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
42 lines (42 loc) · 990 Bytes
/
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
{
"name": "multipassify",
"version": "1.0.2",
"description": "Shopify Multipass module for Node.js",
"homepage": "https://github.com/beaucoo/multipassify",
"main": "./multipassify.js",
"keywords": [
"shopify",
"multipass"
],
"engines": [
"node"
],
"authors": [
"Cory Smith, @Smixx"
],
"contributors": [
{
"name": "BeauCoo",
"email": "info@beaucoo.com",
"url": "http://beaucoo.com/"
},
{
"name": "Cory Smith",
"email": "cory@beaucoo.com"
}
],
"bugs": {
"url": "https://github.com/beaucoo/multipassify/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/beaucoo/multipassify.git"
},
"dependencies": {
"crypto": "0.0.3"
},
"readme": "",
"readmeFilename": "README.md",
"_id": "multipassify@1.0.0",
"_from": "multipassify@1.0.0"
}