1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
"name": "lance",
"version": "1.0.0",
"description": "A personal Skype bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start index.js --name=\"lance\" --watch",
"stop": "pm2 delete lance",
"console": "pm2 logs lance"
},
"author": "Nick Clifford <nick@nickclifford.me> (https://nickclifford.me/)",
"license": "MIT",
"dependencies": {
"mstranslator": "^2.0.8",
"pm2": "^1.1.3",
"skyweb": "0.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiningPotatoes/LANCE.git"
}
}