Skip to content

Commit eb68c90

Browse files
committed
Added a package.json.
1 parent 2b76400 commit eb68c90

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

package.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

0 commit comments

Comments
 (0)