-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "grunt-shopify",
"description": "Grunt plug-in for publishing Shopify theme templates and assets.",
"version": "1.0.2",
"homepage": "https://github.com/wilr/grunt-shopify",
"author": {
"name": "Will Rossiter",
"email": "[email protected]",
"url": "http://wilr.github.io"
},
"repository": {
"type": "git",
"url": "git://github.com/wilr/grunt-shopify.git"
},
"bugs": {
"url": "https://github.com/wilr/grunt-shopify/issues"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://github.com/wilr/grunt-shopify/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"peerDependencies": {
"grunt-contrib-watch": ">=1.0.0",
"grunt": ">=1.0.0",
"growl": "~1.9.2"
},
"devDependancies": {
"grunt-contrib-jshint": "~0.1.1"
},
"keywords": [
"gruntplugin",
"shopify"
],
"dependencies": {
"async": "2.1.2",
"isbinaryfile": "3.0.1",
"shopify-api": "~0.2.3"
},
"devDependencies": {
"grunt-release": "~0.14.0"
}
}