-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
27 lines (27 loc) · 919 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
{
"name": "esaude-platform-modules",
"version": "1.6.10",
"description": "Scripts to package and deploy eSaude EMR Platform modules",
"main": "bundler.js",
"scripts": {
"clean": "rm -rf ./bundle && rm -rf ./git-* && rm -rf ./*.zip",
"create-version": "node scripts/create-version.js",
"publish-version": "git tag $(node -e \"console.log(require('./package.json').version);\") && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esaude/esaude-platform-modules.git"
},
"author": "eSaude Infrastructure <[email protected]> (http://esaude.org)",
"license": "MPL-2.0",
"homepage": "https://github.com/esaude/esaude-platform-modules#readme",
"dependencies": {
"archiver": "^1.0.0",
"download": "^5.0.2",
"find": "^0.2.7",
"fs-extra": "^0.30.0",
"maven": "^4.0.3",
"nodegit": "^0.23.0",
"rimraf": "^2.5.3"
}
}