Files
xiao/package.json
T
dragonfire535 4891b69312 Blank
2017-03-15 20:06:13 -04:00

22 lines
407 B
JSON

{
"name": "xiaobot",
"version": "1.0.0",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"repository": {
"type": "git",
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
},
"scripts": {
"start": "node shardingmanager.js"
},
"engines": {
"node": "7.7.3"
},
"author": "dragonfire535",
"license": "ISC",
"dependencies": {
}
}