Fix package.json

master
Sven Slootweg 8 years ago
parent 652b8d47d5
commit 902870ffac

@ -3,9 +3,6 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -13,16 +10,15 @@
"type": "git",
"url": "git@git.cryto.net:joepie91/iso-spider.git"
},
"author": "",
"license": "ISC",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL",
"dependencies": {
"archy": "^1.0.0",
"bhttp": "^1.2.4",
"bluebird": "^3.4.6",
"debug": "^2.2.0",
"memoizee": "^0.4.1",
"moment-timezone": "^0.5.6",
"promise-while-loop": "^1.0.1",
"moment": "^2.15.1",
"safe-buffer": "^5.0.1",
"stream-to-promise": "^2.2.0"
}

Loading…
Cancel
Save