-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.17 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": "architect-api",
"version": "0.3.0",
"description": "Architect API is server-side of service modeling, management and visualization platform.",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"billboard.js": "^1.2.0",
"bootstrap": "^4.1.3",
"bootstrap-notify": "git+https://github.com/mouse0270/bootstrap-notify.git",
"bootswatch": "^4.1.3",
"d3": "^4.13.0",
"dagre-d3": "^0.6.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-form": "^4.2.2",
"popper.js": "^1.14.3",
"radial-progress-chart": "git+https://github.com/edgargonzalez525/radial-progress-chart.git",
"skd3": "^0.2.0",
"techan-js": "^1.0.2",
"timeago": "^1.6.3",
"webcola": "^3.3.7",
"particles.js": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cznewt/architect-api.git"
},
"author": "Ales Komarek",
"license": "ISC",
"bugs": {
"url": "https://github.com/cznewt/architect-api/issues"
},
"homepage": "https://github.com/cznewt/architect-api#readme"
}