forked from GladysAssistant/Gladys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.23 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "gladys",
"version": "3.11.4",
"description": "Your personnal assistant, always here.",
"scripts": {
"start": "NODE_ENV=development node app.js",
"test": "grunt test",
"generate-changelog": "auto-changelog",
"eslint": "eslint api test config",
"prettier": "prettier --single-quote --write api/**/*.js config/*.js test/**/*.js"
},
"keywords": [
"home",
"assistant",
"automation",
"jarvis",
"artificial",
"intelligence",
"domotique"
],
"bin": {
"gladys": "./app.js"
},
"dependencies": {
"@gladysproject/gladys-gateway-js": "1.0.7",
"barrels": "^1.6.5",
"bcrypt": "3.0.0",
"bluebird": "^3.5.0",
"chrono-node": "^1.3.5",
"clone": "^2.1.1",
"dotenv": "6.0.0",
"downsample-lttb": "0.0.1",
"es6-template-strings": "^2.0.1",
"express-rate-limit": "^2.11.0",
"fs-extra": "7.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-sails-linker": "^1.0.4",
"grunt-sync": "^0.6.2",
"include-all": "~4.0.3",
"jsonwebtoken": "^8.0.0",
"limdu": "0.9.4",
"moment": "^2.18.1",
"node-schedule": "^1.2.4",
"node-webcrypto-ossl": "^1.0.38",
"os-utils": "^0.0.14",
"rc": "^1.2.1",
"request": "^2.81.0",
"sails": "^0.12.13",
"sails-mysql": "^0.12.1",
"sails-util-mvcsloader": "^0.4.0",
"semver": "^5.6.0",
"serialization": "^0.2.0",
"suncalc": "^1.8.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"documentation-flat-theme": "^0.2.1",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-documentation": "^1.2.3",
"jshint-stylish": "^2.2.1",
"mocha": "^3.5.0",
"should": "13.2.3",
"supertest": "^3.0.0"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/GladysProject/Gladys"
},
"bugs": {
"url": "https://github.com/GladysProject/Gladys/issues"
},
"author": "Pierre-Gilles Leymarie",
"license": "MIT"
}