unpkg/package.json

24 lines
512 B
JSON

{
"description": "The website for npmcdn.com",
"author": "Michael Jackson <mjijackson@gmail.com>",
"config": {
"registryURL": "https://registry.npmjs.org",
"bowerBundle": "/bower.zip",
"redirectTTL": 500,
"autoIndex": true,
"port": 5000
},
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"npm-http-server": "^2.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mjackson/npmcdn.com.git"
},
"engines": {
"node": "5.8.x"
}
}