forked from bramp/js-sequence-diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 823 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
{
"name": "js-sequence-diagrams",
"version": "1.0.6",
"authors": "Andrew Brampton (bramp.net)",
"description": "Generates UML sequence diagrams from simple text",
"homepage": "http://bramp.github.io/js-sequence-diagrams/",
"main": "build/sequence-diagram-min.js",
"namespace": "Diagram",
"keywords": [
"uml",
"sequence",
"diagram"
],
"license": "BSD",
"readmeFilename": "README.md",
"ignore": [
".*",
"_site",
"node_modules",
"bower_components"
],
"dependencies": {
"underscore": "~1.4.x",
"raphael": "~2.1.x"
},
"devDependencies": {
"qunit": "1.11.x",
"lodash": "3.8.x",
"jquery": "1.8.x"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/bramp/js-sequence-diagrams.git"
}
}