-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 943 Bytes
/
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
{
"name": "blockwork",
"version": "0.1.2",
"description": "Looker block tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"blockwork": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabio-looker/blooker.git"
},
"keywords": [
"lookml",
"block",
"looker"
],
"author": "Fabio Beltramini",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/fabio-looker/blooker/issues"
},
"homepage": "https://github.com/fabio-looker/blooker#readme",
"dependencies": {
"blob": "0.0.4",
"bluebird": "^3.5.1",
"cursive": "^0.3.0",
"didyoumean": "^1.2.1",
"dot": "^1.1.2",
"download-git-repo": "^1.0.2",
"json-editor": "^0.7.28",
"jsonschema": "^1.2.2",
"minimist": "^1.2.0",
"promise-readable": "^2.1.0",
"prompt": "^1.0.0",
"restify": "^8.3.2"
}
}