-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
45
46
47
48
49
50
{
"name": "sepal",
"version": "1.0.0",
"description": "Event service for CactusBot",
"main": "gulpfile.js",
"scripts": {
"start": "tsc && node js",
"run": "node js",
"build": "tsc",
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cactusdev/sepal.git"
},
"keywords": [
"cactusbot",
"catctusdev"
],
"author": "CactusDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/cactusdev/sepal/issues"
},
"homepage": "https://github.com/cactusdev/sepal#readme",
"dependencies": {
"@types/bluebird": "^3.5.1",
"@types/ws": "0.0.39",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"dateformat": "^2.0.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.5",
"merge2": "^1.0.2",
"raven": "^0.12.3",
"redis": "^2.7.1",
"reflect-metadata": "^0.1.8",
"rethinkts": "^0.5.0",
"thinky": "^2.3.7",
"tslint": "^3.7.3",
"typescript": "^2.2.1",
"utf-8-validate": "^1.2.1",
"ws": "^2.2.1"
},
"devDependencies": {
"@types/bluebird": "^3.0.35",
"@types/node": "^6.0.46",
"@types/ws": "0.0.35"
}
}