1{
2  "name": "js-sequence-diagrams",
3  "version": "2.0.1",
4  "authors": "Andrew Brampton (bramp.net)",
5  "description": "Generates UML sequence diagrams from simple text",
6  "homepage": "https://bramp.github.io/js-sequence-diagrams/",
7  "main": "dist/sequence-diagram-min.js",
8  "namespace": "Diagram",
9  "keywords": [
10    "uml",
11    "sequence",
12    "diagram"
13  ],
14  "license": "BSD-2-Clause",
15  "readmeFilename": "README.md",
16  "ignore": [
17    ".*",
18    "_site",
19    "node_modules",
20    "bower_components"
21  ],
22  "dependencies": {
23    "underscore": "1.8.x",
24    "lodash": "4.17.x",
25    "raphael": "2.2.x",
26    "snap.svg": "0.4.x",
27    "bower-webfontloader": "~1.6.x"
28  },
29  "devDependencies": {
30    "qunit": "1.11.x",
31    "underscore": "1.8.x",
32    "lodash": "4.17.x",
33    "jquery": "3.1.x",
34    "seedrandom": "2.4.x"
35  },
36  "scripts": {
37    "test": "make test"
38  },
39  "repository": {
40    "type": "git",
41    "url": "https://github.com/bramp/js-sequence-diagrams.git"
42  },
43  "_release": "2.0.1",
44  "_resolution": {
45    "type": "version",
46    "tag": "v2.0.1",
47    "commit": "d4ff2580475bc11555cfc09470ee34db147de44a"
48  },
49  "_source": "https://github.com/bramp/js-sequence-diagrams.git",
50  "_target": "^2.0.1",
51  "_originalSource": "bramp/js-sequence-diagrams",
52  "_direct": true
53}