forked from zajrik/retrocord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "retrocord",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"lint": "eslint -c ./.eslintrc.json src",
"full": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsnek/retrocord.git"
},
"author": "snek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsnek/retrocord/issues"
},
"homepage": "https://github.com/devsnek/retrocord#readme",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"babel-core": "^6.25.0",
"babel-preset-react": "^6.24.1",
"blessed": "github:devsnek/blessed",
"chalk": "^2.0.1",
"discord.js": "github:hydrabolt/discord.js",
"emoji-regex": "^6.5.1",
"erlpack": "github:hammerandchisel/erlpack",
"jaro-winkler": "^0.2.8",
"node-emoji": "^1.8.1",
"prop-types": "^15.5.10",
"react": "^0.14.9",
"react-blessed": "^0.1.8",
"sharp": "^0.18.2",
"snekparse": "github:devsnek/snekparse",
"tinyint": "^1.0.0",
"uws": "^8.14.0"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-plugin-react": "^7.1.0"
},
"bin": "./src/index.js"
}