File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " js-sequence-diagrams" ,
3
+ "author" : " Andrew Brampton (bramp.net)" ,
4
+ "homepage" : " http://bramp.github.io/js-sequence-diagrams/" ,
5
+ "filename" : " sequence-diagram-min.js" ,
6
+ "version" : " 1.0.3" ,
7
+ "description" : " Generates UML sequence diagrams from simple text" ,
8
+ "license" : " BSD" ,
9
+ "readmeFilename" : " README.md" ,
10
+ "directories" : {
11
+ "test" : " test"
12
+ },
13
+ "dependencies" : {
14
+ "underscore" : " ~1.4.x" ,
15
+ "raphael" : " ~2.1.x"
16
+ },
17
+ "devDependencies" : {
18
+ "//" : " Others include jspp" ,
19
+ "jison" : " ~0.4.x" ,
20
+ "jshint" : " ~2.0.x" ,
21
+ "uglify-js" : " ~2.3.x"
22
+ },
23
+ "scripts" : {
24
+ "test" : " make test"
25
+ },
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git://github.com/bramp/js-sequence-diagrams.git"
29
+ },
30
+ "keywords" : [
31
+ " uml" ,
32
+ " sequence" ,
33
+ " diagram"
34
+ ]
35
+ }
You can’t perform that action at this time.
0 commit comments