17 lines
364 B
JSON
17 lines
364 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",
|
|
"port": 5000
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.7.1",
|
|
"express": "^4.13.4",
|
|
"npm-http-server": "^2.3.0"
|
|
}
|
|
}
|