-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
45
46
47
48
49
50
{
"name": "spicy-guacamole",
"version": "0.0.0",
"description": "View Information about GitHub Repos",
"homepage": "http://trailsjs.io",
"author": {
"name": "Maurice Hayward",
"email": "mauricehayward1@gmail.com",
"url": "https://github.com/trailsjs"
},
"main": "index.js",
"keywords": [
"",
"trails",
"trailsjs"
],
"dependencies": {
"@google-cloud/language": "^1.1.0",
"bluebird": "^3.5.0",
"dotenv": "^4.0.0",
"github": "^9.3.1",
"lodash": "^4.17.4",
"sentiment": "^4.0.1",
"trailpack-footprints": "^2.0.0",
"trailpack-hapi": "^2.2.0",
"trailpack-repl": "v2-latest",
"trailpack-router": "v2-latest",
"trailpack-waterline": "^2.0.0-rc2",
"trails": "v2-latest",
"winston": "^2.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-trails": "^2",
"mocha": "^2.5",
"sinon": "^3.2.1",
"supertest": "^1.2"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "https://github.com/Maurice-Hayward/spicy-guacamole.git",
"license": "MIT"
}