Skip to content

Instantly share code, notes, and snippets.

@WebFikirleri
Last active August 29, 2015 14:03
Show Gist options
  • Save WebFikirleri/d51ca312b9320b1fcd32 to your computer and use it in GitHub Desktop.
Save WebFikirleri/d51ca312b9320b1fcd32 to your computer and use it in GitHub Desktop.
CDNJS XML Example
<?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