-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 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
{
"name": "vern-shopify",
"version": "0.0.1",
"description": "OAuth authentication for using Shopify with Vern.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/typefoo/vern-shopify"
},
"keywords": [
"vern",
"mvc",
"rest",
"api",
"angularjs",
"mongodb",
"less",
"framework",
"platform"
],
"author": "uh-sem-blee",
"license": "Copyright 2014 uh-sem-blee, Co.",
"bugs": {
"url": "https://github.com/typefoo/vern-shopify/issues"
},
"homepage": "https://github.com/typefoo/vern-shopify",
"devDependencies": {
"vern-core": "latest",
"vern-authentication": "latest"
},
"dependencies": {
"request": "^2.34.0",
"validator": "^3.7.0",
"prompt": "^0.2.12",
"shopify-node": "^0.2.0"
}
}