Remove unnecessary package info

This commit is contained in:
Michael Jackson 2016-04-12 02:48:12 -07:00
parent 62fda6cc3e
commit 2ea9685bc1
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{
"name": "npmcdn.com",
"version": "1.0.0",
"description": "An HTTP server for files in npm packages",
"author": "Michael Jackson",
"description": "The website for npmcdn.com",
"author": "Michael Jackson <mjijackson@gmail.com>",
"config": {
"registryURL": "https://registry.npmjs.org",
"bowerBundle": "/bower.zip",
@ -15,6 +13,10 @@
"express": "^4.13.4",
"npm-http-server": "^2.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mjackson/npmcdn.com.git"
},
"engines": {
"node": "5.8.x"
}