-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"name": "hackdfw16",
"version": "0.2.0",
"contributors": [
"Tim Hung <thung1@binghamton.edu",
"William Jagels <will.jagels@gmail.com>",
"Nikolas Vanderhoof <nvander1@binghamton.edu"
],
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "bower install",
"start": "node ./bin/www",
"lint": "gulp lint",
"bithound": "bithound check git@github.com:Eaton-Software/messenger-home.git",
"test": "gulp test",
"circletest": "mocha --reporter mocha-circleci-reporter test/test.js"
},
"dependencies": {
"body-parser": "~1.15.0",
"bower": "^1.7.9",
"cookie-parser": "~1.4.1",
"ejs": "^2.4.1",
"express": "~4.13.1",
"express-winston": "^1.3.0",
"multer": "^1.1.0",
"request": "^2.71.0",
"serve-favicon": "~2.3.0",
"winston": "^2.2.0"
},
"devDependencies": {
"bithound": "^1.2.0",
"chai": "^3.5.0",
"eslint": "^2.8.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-promise": "^1.1.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"mocha-circleci-reporter": "0.0.1",
"supertest": "^1.2.0"
},
"description": "A bot created with the Facebook messenger API that helps automate your home.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Eaton-Software/messenger-home.git"
},
"bugs": {
"url": "https://github.com/Eaton-Software/messenger-home/issues"
},
"homepage": "https://github.com/Eaton-Software/messenger-home#readme"
}