-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.26 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
51
52
53
54
55
56
{
"name": "oskar",
"version": "0.0.1",
"description": "A satisfaction coach bot for Slack",
"main": "./oskar",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec",
"prepublish": "grunt prepublish"
},
"keywords": [
"slack"
],
"author": "Hanno",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/slackhq/node-slack-client/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://git@github.com:wearehanno/oskar.git"
},
"bugs": {
"url": "https://github.com/wearehanno/oskar/issues"
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"coffee-script": "~1.9.0",
"config": "^1.14.0",
"ejs": "^2.3.1",
"express": "^4.12.3",
"log": "1.4.0",
"mongodb": "^2.0.28",
"promise": "^7.0.1",
"time": "^0.11.3",
"ws": "0.4.31"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "^0.4.4",
"grunt-release": "~0.6.0",
"grunt-sass": "^1.0.0",
"grunt-shell": "~0.5.0",
"mocha": "~1.13.0",
"should": "~2.0.2",
"sinon": "^1.14.1",
"when": "^3.7.3"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
}
}