-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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": "zumerbox",
"version": "1.9.1",
"description": "Small set of development tools",
"bin": {
"zumerbox": "bin/zb.js"
},
"scripts": {
"update": "npx npm-check-updates -u",
"prebump": "npx zumerbox js-lint --fix && npx zumerbox code-format --write",
"bump": "npx zumerbox bump",
"postbump": "npx zumerbox changelog && git add . && git commit -m \"Bumped version\" && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zumerlab/zumerbox.git"
},
"keywords": [
"dev",
"devtools",
"utilities",
"lint",
"test",
"bundle",
"build",
"suit",
"zumerbox",
"changelog"
],
"author": "Juan Martin Muda",
"license": "MIT",
"bugs": {
"url": "https://github.com/zumerlab/zumerbox/issues"
},
"homepage": "https://github.com/zumerlab/zumerbox#readme",
"dependencies": {
"@zumerbox/build": "^0.4.0",
"@zumerbox/bump": "^1.0.7",
"@zumerbox/changelog": "^1.4.0",
"@zumerbox/code-format": "^0.1.2",
"@zumerbox/css-lint": "^0.1.2",
"@zumerbox/doc-extractor": "^0.1.0",
"@zumerbox/js-lint": "^0.1.3",
"@zumerbox/npm-init": "^0.1.2",
"@zumerbox/scss-lint": "^0.1.3",
"@zumerbox/tests": "^0.1.6"
}
}