forked from EyeSeeTea/projectmanager
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.96 KB
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
58
59
60
61
62
63
64
{
"name": "hmis_management",
"version": "2.0.13",
"description": "HMIS Management app for DHIS2 2.40.3",
"main": "app.js",
"dependencies": {
"angular": "1.5.8",
"angular-ui-bootstrap": "2.2.0",
"angular-css": "1.0.8",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-translate": "2.12.0",
"angular-translate-loader-static-files": "2.12.0",
"bootstrap": "3.3.1",
"crypto-js": "3.1.9-1",
"file-saver": "1.3.2",
"jquery": "3.1.0",
"jszip": "3.1.2",
"ng-file-upload": "2.2.2"
},
"devDependencies": {
"@babel/polyfill": "7.0.0",
"@types/angular": "1.5.4-alpha",
"@types/angular-resource": "1.5.9",
"@types/bootstrap": "3.3.34",
"@types/crypto-js": "3.1.38",
"@types/file-saver": "0.0.1",
"@types/jquery": "3.2.3",
"@types/jszip": "0.0.33",
"@types/node": "8.0.1",
"add-asset-html-webpack-plugin": "2.0.1",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.24.1",
"css-loader": "0.28.1",
"file-loader": "0.11.1",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"style-loader": "0.17.0",
"ts-loader": "2.0.3",
"typescript": "2.3.2",
"url-loader": "0.5.8",
"webpack": "2.4.1"
},
"scripts": {
"copy-resources": "rm -rf dist/ && mkdir dist && cp -r languages dist/ && cp -r img dist/ && cp manifest.webapp dist/",
"build-dev": "npm run copy-resources -- && webpack --config webpack.config.js",
"build-prod": "npm run copy-resources -- && webpack --config webpack.config.js -p",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msf-ocba/HMIS_Management.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/msf-ocba/HMIS_Management/issues"
},
"homepage": "https://github.com/msf-ocba/HMIS_Management#readme"
}