unpkg/package.json

19 lines
411 B
JSON

{
"name": "npmcdn.com",
"version": "1.0.0",
"description": "An HTTP server for files in npm packages",
"author": "Michael Jackson",
"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.5.0"
}
}