-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"author": "David P. Janes <davidjanes@iotdb.org> (https://iotdb.org)",
"bin": {
"iotql": "./bin/iotql",
"iotql-model": "./bin/iotql-model"
},
"bugs": {
"url": "https://github.com/dpjanes/iotql/issues"
},
"dependencies": {
"async": "~2.0.1",
"canonical-json": "~0.0.4",
"iotdb": ">=3.0.0",
"iotdb-errors": "~3.0.2",
"iotdb-helpers": "~3.0.5",
"iotdb-transport": "~3.0.2",
"iotdb-transport-fs": "~3.0.1",
"iotdb-transport-iotdb": "~3.0.1",
"iotdb-transport-null": "~0.0.14",
"minimist": "~1.2.0",
"mkdirp": "~0.5.1"
},
"description": "IoTQL - SQL-like query language for the IoT",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "~0.2.13",
"grunt-run": "~0.6.0",
"jison": "~0.4.17",
"jshint-stylish": "~2.2.1",
"json-rpc2": "~1.0.2",
"load-grunt-tasks": "~3.5.2",
"request": "~2.74.0"
},
"homepage": "https://github.com/dpjanes/node-iotdb",
"homestar": {},
"license": "Apache-2.0",
"main": "index.js",
"name": "iotql",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/iotql"
},
"scripts": {
"postinstall": "node bin/postinstall.js",
"test": "grunt"
},
"version": "3.0.1"
}