-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (56 loc) · 1.54 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
{
"name": "ziplines",
"version": "0.2.0",
"description": "Ziplines is a quick command line tool to help you get set up with an integrated Shopify workflow that supports a stable multi-developer workflow, VCS, the full feature-set of SASS, JS hinting and compression, and much more!",
"author": "Pixelcabin",
"main": "lib/index.js",
"bin": {
"ziplines": "./bin/cli.js",
"pxlcat": "./bin/cli.js"
},
"dependencies": {
"async": "^0.9.0",
"bower": "^1.3.12",
"colors": "^1.0.3",
"exec": "^0.1.2",
"glob": "~3.2.3",
"growl": "~1.7.0",
"inquirer": "^0.8.2",
"is-root": "^1.0.0",
"nopt": "^3.0.1",
"npm": "^2.1.12",
"open": "0.0.5",
"rimraf": "^2.2.8",
"semver": "^4.3.0",
"shopify-api": "^0.2.3",
"simple-git": "~1.2.0",
"string-length": "^1.0.0",
"update-notifier": "^0.2.2",
"which": "^1.0.8",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.10.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-shopify": "~0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pixelcabin/ziplines"
},
"bugs": {
"url": "https://github.com/pixelcabin/ziplines/issues"
},
"scripts": {
"postinstall": "node lib/welcome.js",
"test": "node bin/cli.js new test --debug"
},
"preferGlobal": true,
"engines": {
"node": ">=0.10.33"
},
"license": "MIT"
}