mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
40 lines
874 B
JSON
40 lines
874 B
JSON
{
|
|
"author": "Ryan Kirkman (http://ryankirkman.com)",
|
|
"name": "cdnjs",
|
|
"description": "Our goal is to operate this CDN in a peer reviewed fashion.",
|
|
"version": "1.0.0",
|
|
"homepage": "http://www.cdnjs.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cdnjs/cdnjs.git"
|
|
},
|
|
"scripts": {
|
|
"build": "./build/build.js",
|
|
"test": "vows"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9",
|
|
"clean-css": "~2.2",
|
|
"execSync": "~1.0",
|
|
"fs-extra": "~0.12",
|
|
"glob": "~4",
|
|
"lodash": "~2.4",
|
|
"rss": "~1.0",
|
|
"superagent": "~0.20",
|
|
"tarball-extract": "~0.0",
|
|
"uglify-js": "~2.4",
|
|
"underscore": "~1",
|
|
"node-hipchat": "~0.4",
|
|
"colors": "~1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jslint": "~0.6.2",
|
|
"JSV": "~4.0.2",
|
|
"vows-si": "~0.7.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|