Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
remove unnecessary fields from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Mar 18, 2015
1 parent e8d9d75 commit d3ef0c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"author": "Aidan Feldman <aidan.feldman@gmail.com> (http://aidanfeldman.com)",
"name": "jsonp",
"private": "true",
"homepage": "https://jsonp.afeld.me",
"description": "A simple JSONP proxy",
"version": "0.0.0-58",
"repository": {
"type": "git",
"url": "https://github.com/afeld/jsonp.git"
},
"dependencies": {
"compression": "^1.4.1",
"cors": "^2.5.3",
Expand Down Expand Up @@ -40,7 +32,6 @@
"engines": {
"node": ">= 0.10.0"
},
"subdomain": "jsonp",
"scripts": {
"start": "node --expose-gc server/run.js",
"test": "grunt"
Expand Down

0 comments on commit d3ef0c4

Please sign in to comment.