-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "@opuscapita/npm-scripts",
"version": "2.0.1-beta.2",
"description": "OpusCapita npm scripts",
"bin": {
"grails-plugin-package": "./bin/grails-plugin-package.js",
"grails-plugin-deploy": "./bin/grails-plugin-deploy.js",
"grails-plugin-install": "./bin/grails-plugin-install.js",
"npm-publish": "./bin/npm-publish.js",
"update-changelog": "./bin/update-changelog.js",
"translation-checker": "./bin/translation-checker.js"
},
"scripts": {
"publish-snapshot": "node ./bin/npm-publish.js",
"publish-release": "node ./bin/npm-publish.js --release"
},
"homepage": "https://github.com/OpusCapita/npm-scripts",
"repository": "OpusCapita/npm-scripts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"keywords": [
"dev",
"tool",
"tools"
],
"dependencies": {
"archiver": "2.0.0",
"commander": "2.9.0",
"flat": "3.0.0",
"fluid-publish": "1.1.0",
"glob": "7.1.2",
"globule": "1.2.0",
"handlebars": "4.0.10",
"homedir": "0.6.0",
"lodash": "4.13.1",
"semver-sort": "0.0.4",
"xml2js": "0.4.16"
}
}