unpkg/package.json

24 lines
512 B
JSON
Raw Normal View History

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 09:47:12 +00:00
"npm-http-server": "^2.9.1"
},
2016-04-12 09:48:12 +00:00
"repository": {
"type": "git",
"url": "https://github.com/mjackson/npmcdn.com.git"
},
"engines": {
"node": "5.8.x"
2016-02-22 02:52:19 +00:00
}
}