diff --git a/package.json b/package.json new file mode 100644 index 0000000..a4ee10b --- /dev/null +++ b/package.json @@ -0,0 +1,43 @@ +{ + "name": "node", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": { + "ip": "^1.1.5", + "mysql": "^2.17.1", + "sha3": "^2.0.4", + "base64-js": "1.3.0", + "bignumber.js": "7.2.1", + "buffer": "5.2.1", + "core-util-is": "1.0.2", + "ieee754": "1.1.13", + "inherits": "2.0.3", + "safe-buffer": "5.1.2", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "readable-stream": "2.3.6", + "string_decoder": "1.1.1", + "sqlstring": "2.3.1", + "util-deprecate": "1.0.2" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/javascriptteacher/node.git" + }, + "keywords": [ + "node", + "api", + "server" + ], + "author": "JavaScript Teacher", + "license": "ISC", + "bugs": { + "url": "https://github.com/javascriptteacher/node/issues" + }, + "homepage": "https://github.com/javascriptteacher/node#readme" +}