Skip to content

Commit

Permalink
Added a package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed May 19, 2013
1 parent 2b76400 commit eb68c90
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "js-sequence-diagrams",
"author": "Andrew Brampton (bramp.net)",
"homepage": "http://bramp.github.io/js-sequence-diagrams/",
"filename": "sequence-diagram-min.js",
"version": "1.0.3",
"description": "Generates UML sequence diagrams from simple text",
"license": "BSD",
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"dependencies": {
"underscore": "~1.4.x",
"raphael": "~2.1.x"
},
"devDependencies": {
"//" : "Others include jspp",
"jison": "~0.4.x",
"jshint": "~2.0.x",
"uglify-js": "~2.3.x"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/bramp/js-sequence-diagrams.git"
},
"keywords": [
"uml",
"sequence",
"diagram"
]
}

0 comments on commit eb68c90

Please sign in to comment.