-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "openflow-web-angularjs-template",
"version": "1.0.1",
"main": "dist/index.js",
"keywords": [],
"author": "OpenRPA / Allan Zimmermann",
"license": "MPL-2.0",
"dependencies": {
"@openiap/openflow-api": "^1.0.55",
"angular": "^1.8.0",
"angular-route": "^1.8.0",
"angular-sanitize": "^1.8.0",
"async-retry": "^1.3.1",
"body-parser": "^1.19.0",
"common.js": "^1.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"passport": "^0.4.1",
"passport-saml-metadata": "^2.3.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@types/angular": "^1.7.2",
"@types/angular-route": "^1.7.1",
"@types/jquery": "^3.5.0",
"@types/node": "^14.0.19",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-shell": "^0.8.0",
"merge-stream": "^2.0.0",
"tsify": "^4.0.2",
"typescript": "^3.9.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": ""
}