-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "kb",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"angular": "^1.4.8",
"angular-resource": "^1.4.8",
"angular-route": "^1.4.8",
"bcrypt": "^0.8.5",
"boom": "^3.0.0",
"good": "^6.4.0",
"good-console": "^5.2.0",
"handlebars": "^4.0.5",
"hapi": "^11.1.1",
"hapi-auth-basic": "^4.1.0",
"hapi-auth-cookie": "^3.1.0",
"hapi-rbac": "^0.2.0",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"joi": "^7.0.0",
"mongoose": "^4.2.6",
"mongoose-double": "0.0.1",
"path": "^0.12.7",
"vision": "^4.0.1",
"mqtt": "^1.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://AlexMoroz@github.com/AlexMoroz/SocialSCADA-KB.git"
},
"keywords": [
"scada",
"rest",
"service"
],
"author": "SocialSCADA team",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexMoroz/SocialSCADA-KB/issues"
},
"homepage": "https://github.com/AlexMoroz/SocialSCADA-KB#readme"
}