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",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue