forked from pimatic/pimatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 2.73 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "pimatic",
"description": "A home automation server and framework for the Raspberry PI running on node.js",
"author": "Oliver Schneider <[email protected]> (http://sweetpi.de)",
"main": "pimatic.js",
"files": [
"docs",
"lib",
"locales",
"test",
"ppm",
"pimatic.js",
"ppm.js",
"startup.coffee",
"Gruntfile.coffee",
"coffee-cache.js",
"config-schema.coffee",
"device-config-schema.coffee",
"config_default.json",
"README.md",
"plugins.md",
"LICENSE",
"blacklist.json"
],
"version": "0.9.53",
"license": "GPL-2.0",
"homepage": "http://pimatic.org",
"keywords": [
"pimatic",
"home-automation",
"smarthome",
"nodejs"
],
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic.git"
},
"bin": {
"pimatic.js": "./pimatic.js"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"basic-auth": "^1.1.0",
"bluebird": "^3.5.4",
"body-parser": "^1.15.2",
"byline": "~5.0.0",
"cassert": "pimatic/cassert#master",
"coffee-script": "^1.11.1",
"colors": "^1.1.2",
"connect-timeout": "^1.6.2",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.2.0",
"cross-spawn": "^5.0.1",
"daemon": "1.1.0",
"date-format-lite": "^0.9.1",
"decl-api": "0.0.24",
"express": "^4.14.0",
"fs.extra": "^1.3.2",
"gethub": "^2.0.2",
"human-format": "^0.7.0",
"i18n-pimatic": "^0.8.3",
"jayschema": "^0.3.1",
"knex": "^0.12.6",
"lodash": "^4.17.15",
"logrotate-stream": "^0.2.5",
"method-override": "^2.3.7",
"module-alias": "^2.2.0",
"moment": "^2.16.0",
"npm": "^2.5.11",
"relaxed-json": "^1.0.0",
"request-promise": "^2.0.1",
"semver": "^5.1.0",
"socket.io": "^1.7.4",
"source-map-support": "^0.4.0",
"string": "^3.3.3",
"winston": "^2.4.4",
"yet-another-jsonlint": "^1.0.1"
},
"bundledDependencies": [
"basic-auth",
"coffee-script",
"express",
"i18n-pimatic",
"winston",
"cassert",
"lodash",
"bluebird",
"semver",
"fs.extra",
"daemon",
"date-format-lite",
"string",
"byline",
"knex",
"module-alias",
"moment",
"colors",
"decl-api",
"jayschema",
"relaxed-json",
"source-map-support",
"human-format",
"gethub",
"npm",
"socket.io"
],
"devDependencies": {
"blanket": "^1.2.2",
"coffee-errors": "^0.8.6",
"grunt": "^1.0.1",
"grunt-bump": "0.8.0",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "^0.0.16",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"sinon": "^1.17.3",
"supertest": "^2.0.1"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
}
}