Last active
August 29, 2015 14:03
-
-
Save WebFikirleri/d51ca312b9320b1fcd32 to your computer and use it in GitHub Desktop.
CDNJS XML Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<libraries> | |
<libraryjson><![CDATA[ | |
{ | |
"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.6", | |
"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" | |
] | |
} | |
]]></libraryjson> | |
<libraryjson><![CDATA[ | |
{ | |
"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.6", | |
"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" | |
] | |
} | |
]]></libraryjson> | |
</libraries> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment