2016-02-22 02:52:19 +00:00
|
|
|
{
|
2016-04-12 09:48:12 +00:00
|
|
|
"description": "The website for npmcdn.com",
|
|
|
|
"author": "Michael Jackson <mjijackson@gmail.com>",
|
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-03-18 19:45:49 +00:00
|
|
|
"redirectTTL": 500,
|
2016-03-26 07:09:07 +00:00
|
|
|
"autoIndex": true,
|
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-04-12 11:25:38 +00:00
|
|
|
"npm-http-server": "^2.9.1",
|
2016-04-12 11:46:23 +00:00
|
|
|
"on-finished": "^2.3.0",
|
|
|
|
"redis": "^2.6.0-1"
|
2016-04-07 11:46:21 +00:00
|
|
|
},
|
2016-04-12 09:48:12 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mjackson/npmcdn.com.git"
|
|
|
|
},
|
2016-04-07 11:46:21 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "5.8.x"
|
2016-02-22 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|