2016-02-22 02:52:19 +00:00
|
|
|
{
|
|
|
|
"name": "npmcdn.com",
|
|
|
|
"version": "1.0.0",
|
2016-02-22 03:00:11 +00:00
|
|
|
"description": "An HTTP server for files in npm packages",
|
2016-02-22 02:52:19 +00:00
|
|
|
"author": "Michael Jackson",
|
2016-02-22 03:00:11 +00:00
|
|
|
"config": {
|
2016-03-06 05:59:53 +00:00
|
|
|
"registryURL": "https://registry.npmjs.org",
|
|
|
|
"bowerBundle": "/bower.zip",
|
2016-02-22 03:00:11 +00:00
|
|
|
"port": 5000
|
|
|
|
},
|
2016-02-22 02:52:19 +00:00
|
|
|
"dependencies": {
|
|
|
|
"cors": "^2.7.1",
|
2016-02-22 02:55:06 +00:00
|
|
|
"express": "^4.13.4",
|
2016-03-13 06:51:41 +00:00
|
|
|
"npm-http-server": "^2.3.0"
|
2016-02-22 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|