Files
cdnjs/package.json
T
Zlatan Vasović 38a5e8e6a7 Improve dependency managment
- Remove duplicate dependencies
- Remove path as it's native module
- Update dependencies
- Avoid setting .patch in dependency version numbers as they may become outdated. Whenever, we can add .patch if it's required (e.g. from ~1.0 to ~1.0.1).
- Add David badges
2014-02-14 11:03:26 +01:00

39 lines
843 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.2",
"clean-css": "~2.0",
"execSync": "~0.0",
"fs-extra": "~0.8",
"glob": "~3.2",
"lodash": "~2.4",
"mkdirp": "~0.3",
"rss": "~0.3",
"superagent": "~0.16",
"tarball-extract": "~0.0",
"uglify-js": "~2.4",
"underscore": "~1.6"
},
"devDependencies": {
"jslint": "~0.2",
"JSV": "~4.0",
"vows-si": "~0.7"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}