File tree 2 files changed +40
-1
lines changed
2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " js-sequence-diagrams" ,
3
+ "version" : " 1.0.6" ,
4
+ "authors" : " Andrew Brampton (bramp.net)" ,
5
+ "description" : " Generates UML sequence diagrams from simple text" ,
6
+ "homepage" : " http://bramp.github.io/js-sequence-diagrams/" ,
7
+ "main" : " fucknpm/sequence-diagram-min.js" ,
8
+ "namespace" : " Diagram" ,
9
+ "keywords" : [
10
+ " uml" ,
11
+ " sequence" ,
12
+ " diagram"
13
+ ],
14
+ "license" : " BSD" ,
15
+ "readmeFilename" : " README.md" ,
16
+ "ignore" : [
17
+ " .*" ,
18
+ " _site" ,
19
+ " node_modules" ,
20
+ " bower_components"
21
+ ],
22
+ "dependencies" : {
23
+ "underscore" : " ~1.4.x" ,
24
+ "raphael" : " ~2.1.x"
25
+ },
26
+ "devDependencies" : {
27
+ "qunit" : " 1.11.x" ,
28
+ "lodash" : " 4.7.x" ,
29
+ "jquery" : " 1.8.x"
30
+ },
31
+ "scripts" : {
32
+ "test" : " make test"
33
+ },
34
+ "repository" : {
35
+ "type" : " git" ,
36
+ "url" : " https://github.com/bramp/js-sequence-diagrams.git"
37
+ }
38
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-sequence-diagrams" ,
3
- "version" : " 100000.0.6" ,
3
+ "version" : " 1000000.0.6" ,
4
+ "description" : " Fucks NPM and draws simple SVG sequence diagrams from textual representation of the diagram" ,
4
5
"main" : " fucknpm/sequence-diagram-min.js" ,
5
6
"repository" : {
6
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments