forked from davidmurdoch/shopify-theme-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 722 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 722 Bytes
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
{
"name": "shopify-theme-sync",
"description": "A tool to automatically sync themes from your local file system to your hosted Shopify shops.",
"tags": ["shopify"],
"version": "0.0.4",
"homepage": "https://github.com/davidmurdoch/shopify-theme-sync",
"bugs": {
"url": "https://github.com/davidmurdoch/shopify-theme-sync/issues"
},
"repository": {
"url": "git://github.com/davidmurdoch/shopify-theme-sync.git"
},
"author": "David Murdoch <shopify-theme-sync@davidmurdoch.com>",
"directories": {"lib": "lib"},
"engines": ["node >= 0.8.1"],
"main": "./app",
"dependencies": {
"colors": "0.6.0-1",
"lodash": "1.0.1",
"watch": "0.5.1",
"uglify-js": "2.2.5"
},
"scripts": {
"start": "node app"
}
}