forked from bramp/js-sequence-diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 922 Bytes
/
bower.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": "js-sequence-diagrams",
"version": "2.0.1",
"authors": "Andrew Brampton (bramp.net)",
"description": "Generates UML sequence diagrams from simple text",
"homepage": "https://bramp.github.io/js-sequence-diagrams/",
"main": "dist/sequence-diagram-min.js",
"namespace": "Diagram",
"keywords": [
"uml",
"sequence",
"diagram"
],
"license": "BSD-2-Clause",
"readmeFilename": "README.md",
"ignore": [
".*",
"_site",
"node_modules",
"bower_components"
],
"dependencies": {
"underscore": "1.8.x",
"lodash": "4.17.x",
"raphael": "2.2.x",
"snap.svg": "0.4.x",
"bower-webfontloader": "~1.6.x"
},
"devDependencies": {
"qunit": "1.11.x",
"jquery": "3.1.x",
"seedrandom": "2.4.x"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/bramp/js-sequence-diagrams.git"
}
}