Remove unnecessary package info
This commit is contained in:
parent
62fda6cc3e
commit
2ea9685bc1
10
package.json
10
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue