Skip to content

Commit

Permalink
Revert "Merge pull request cdnjs#734 from jonathantneal/issue733"
Browse files Browse the repository at this point in the history
This reverts commit 54afcdd, reversing
changes made to 6f617bf.
  • Loading branch information
thomasdavis committed Jul 5, 2013
1 parent 5d58476 commit 94c0726
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 100 deletions.
45 changes: 16 additions & 29 deletions ajax/libs/showdown/package.json
Expand Up @@ -8,35 +8,22 @@
"markdown",
"converter"
],
"contributors": [{
"name": "John Gruber"
}, {
"name": "John Fraser"
}, {
"name": "Corey Innis"
}, {
"name": "Remy Sharp"
}, {
"name": "Konstantin Käfer"
}, {
"name": "Roger Braun"
}, {
"name": "Dominic Tarr"
}, {
"name": "Cat Chen"
}, {
"name": "Titus Stone"
}, {
"name": "Rob Sutherland"
}, {
"name": "Pavel Lang"
}, {
"name": "Ben Combee"
}, {
"name": "Adam Backstrom"
}, {
"name": "Pascal Deschênes"
}],
"contributors": [
"John Gruber",
"John Fraser",
"Corey Innis",
"Remy Sharp",
"Konstantin Käfer",
"Roger Braun",
"Dominic Tarr",
"Cat Chen",
"Titus Stone",
"Rob Sutherland",
"Pavel Lang",
"Ben Combee",
"Adam Backstrom",
"Pascal Deschênes"
],
"repositories": [
{
"type": "git",
Expand Down
5 changes: 1 addition & 4 deletions ajax/libs/spin.js/package.json
Expand Up @@ -16,10 +16,7 @@
}
],
"contributors": [
{
"name": "Felix Gnass",
"web": "http://fgnass.github.com/"
}
"Felix Gnass (http://fgnass.github.com/)"
],
"repository": {
"type": "git",
Expand Down
35 changes: 9 additions & 26 deletions ajax/libs/store.js/package.json
Expand Up @@ -15,32 +15,15 @@
"web": "http://marcuswest.in"
}
],
"contributors": [{
"name": "Matt Pizzimenti",
"email": "mjpizz+github@gmail.com",
"web": "http://mjpizz.com"
}, {
"name": "Long Ouyang",
"web": "https://github.com/longouyang"
}, {
"name": "Paul Irish",
"web": "http://paulirish.com"
}, {
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com",
"web": "https://github.com/guille"
}, {
"name": "whitmer",
"web": "https://github.com/whitmer"
}, {
"name": "Steven Black",
"email": "steveb@stevenblack.com",
"web": "https://github.com/StevenBlack"
}, {
"name": "Marcus Tucker",
"email": "info@marcustucker.com",
"web": "https://github.com/MarcusJT"
}],
"contributors": [
"Matt Pizzimenti <mjpizz+github@gmail.com> (http://mjpizz.com)",
"Long Ouyang (https://github.com/longouyang)",
"Paul Irish (http://paulirish.com)",
"Guillermo Rauch <rauchg@gmail.com> (https://github.com/guille)",
"whitmer (https://github.com/whitmer)",
"Steven Black <steveb@stevenblack.com> (https://github.com/StevenBlack)",
"Marcus Tucker <info@marcustucker.com> (https://github.com/MarcusJT)"
],
"repository": {
"type": "git",
"url": "git://github.com/marcuswestin/store.js.git"
Expand Down
50 changes: 9 additions & 41 deletions test/schemata/npm-package.json
Expand Up @@ -7,70 +7,38 @@
"type": "string",
"required": true,
"description": "This makes the correct path on the cdn."
},
},
"name": {
"type": "string",
"required": true,
"description": "The name and version together form an identifier that is assumed to be completely unique."
},
},
"version": {
"type": "string",
"required": true,
"description": "Version must be parseable by node-semver, which is bundled with npm as a dependency."
},
},
"description": {
"type": "string",
"format": "multiline"
},
},
"keywords": {
"type": "array",
"items": "string"
},
},
"homepage": {
"type": "string",
"format": "url"
},
"maintainers": {
"type": "array",
"items": {
"type": "object",
"name": {
"type": "string",
"required": true
},
"email": {
"type": "email"
},
"web": {
"type": "url"
}
}
},
"contributors": {
"type": "array",
"items": {
"type": "object",
"name": {
"type": "string",
"required": true
},
"email": {
"type": "email"
},
"web": {
"type": "url"
}
}
},
},
"bugs": {
"type": "string"
},
},
"dependencies": {
"type": "object",
"additionalProperties": "string"
},
},
"private": {
"type": "boolean"
}
}
}
}

0 comments on commit 94c0726

Please sign in to comment.