mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
41 lines
912 B
JSON
41 lines
912 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": {
|
|
"clean-css": "~0.10.2",
|
|
"uglify-js": "~2.2.5",
|
|
"glob": "~3.1.21",
|
|
"rss": "0.0.4",
|
|
"underscore": "~1.4.4",
|
|
"execSync": "0.0.4",
|
|
"superagent": "~0.15.7",
|
|
"path": "~0.4.9",
|
|
"mkdirp": "~0.3.5",
|
|
"async": "~0.2.9",
|
|
"lodash": "~2.4.1",
|
|
"tarball-extract": "0.0.3",
|
|
"fs-extra": "~0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"glob": "3.1.9",
|
|
"jslint": "0.1.8",
|
|
"vows-si": "0.7.1",
|
|
"JSV": "4.0.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|