Proper package.json

This commit is contained in:
dragonfire535
2017-03-10 06:51:52 -05:00
parent 8cbc5d2951
commit fa1e367357
+8 -4
View File
@@ -1,13 +1,17 @@
{ {
"name": "XiaoBot", "name": "xiaobot",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"repository": {
"type": "git",
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node shardingmanager.js"
}, },
"engines": { "engines": {
"node": "7.6.0" "node": "7.7.2"
}, },
"author": "dragonfire535", "author": "dragonfire535",
"license": "ISC", "license": "ISC",