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