forked from Shopify/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 981 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
{
"name": "slate-theme",
"version": "0.11.0",
"author": "Shopify Inc.",
"description": "A theme scaffold and command line tool for developing Shopify themes.",
"keywords": [
"slate",
"shopify",
"theme",
"CLI"
],
"homepage": "https://shopify.github.io/slate/",
"bugs": "https://github.com/Shopify/slate/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Shopify/slate.git"
},
"scripts": {
"test": "node_modules/.bin/lerna run test",
"lint": "node_modules/.bin/lerna run lint",
"bootstrap": "npm install && node_modules/.bin/lerna bootstrap",
"publish": "git pull origin master && node_modules/.bin/lerna publish",
"changelog": "node_modules/.bin/lerna-changelog"
},
"devDependencies": {
"archiver": "1.1.0",
"aws-sdk": "2.6.12",
"github": "^11.0.0",
"lerna": "^2.0.0",
"lerna-changelog": "^0.6.0",
"mime-types": "2.1.12",
"promise": "^8.0.1"
}
}