UNPKG

502 BJSONView Raw
1{
2 "name": "TalkerNode",
3 "version": "0.6.15",
4 "description": "TalkerNode is a Talker base, written in Node.js.",
5 "main": "TalkerNode.js",
6 "repository": {
7 "url": "https://github.com/marado/TalkerNode.git",
8 "type": "git"
9 },
10 "author": "Marcos Marado <mindboosternoori@gmail.com>",
11 "license": "Unlicense",
12 "engines" : { "node" : ">=6" },
13 "dependencies": {
14 "chalk": "",
15 "lowdb": ">=0.17.0",
16 "mathjs": "",
17 "nodiverse": ">=0.3.4",
18 "password-strength": ""
19 }
20}
21