forked from IanMitchell/aquarius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 898 Bytes
/
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
{
"name": "aquarius",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "ava test"
},
"author": {
"name": "Ian Mitchell",
"email": "[email protected]",
"url": "http://ianmitchell.io"
},
"repository": "ianmitchell/aquarius",
"license": "ISC",
"engines": {
"node": ">6.0.0"
},
"dependencies": {
"debug": "^2.2.0",
"discord.js": "github:hydrabolt/discord.js#indev",
"dotenv": "^2.0.0",
"moment": "^2.13.0",
"node-fetch": "^1.5.3",
"pg": "^6.0.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.23.0",
"sequelize-cli": "^2.4.0",
"stack-trace": "0.0.9",
"umzug": "^1.11.0"
},
"devDependencies": {
"ava": "^0.15.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-import": "^1.6.1",
"proxyquire": "^1.7.9"
}
}