forked from GladysAssistant/Gladys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.2 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
86
87
{
"name": "gladys",
"version": "3.5.1",
"description": "Your personnal assistant, always here.",
"keywords": [
"home",
"assistant",
"automation",
"jarvis",
"artificial",
"intelligence",
"domotique"
],
"bin": {
"gladys": "./app.js"
},
"dependencies": {
"async": "^2.0.0",
"barrels": "^1.6.2",
"bcrypt": "^1.0.0",
"bluebird": "^3.3.4",
"chrono-node": "^1.3.1",
"clone": "^2.1.0",
"crypto": "~0.0.3",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"es6-template-strings": "^2.0.0",
"fs-extra": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.0",
"grunt-sails-linker": "^0.10.1",
"grunt-sync": "^0.5.2",
"include-all": "~1.0.5",
"jsonwebtoken": "^7.0.0",
"limdu": "^0.8.0",
"md5": "^2.1.0",
"moment": "^2.12.0",
"natural": "^0.4.0",
"ncp": "^2.0.0",
"node-dir": "~0.1.6",
"node-schedule": "^1.1.0",
"rc": "^1.1.6",
"request": "^2.70.0",
"sails": "^0.12.3",
"sails-mysql": "^0.12.1",
"sails-util-mvcsloader": "^0.3.2",
"serialization": "^0.2.0",
"suncalc": "^1.7.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"grunt-apidoc": "^0.11.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.1",
"istanbul": "^0.4.2",
"jshint-stylish": "^2.0.1",
"mocha": "^3.0.2",
"should": "^11.1.0",
"supertest": "^2.0.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "grunt test",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
},
"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": "CC-BY-NC-SA-3.0"
}