-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1007 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
{
"name": "zeppelin-viewer",
"version": "1.0.0",
"description": "Webcomponent based UI for apache zeppelin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm install && bower install",
"lint": "eslint 'src/**/*.js' ",
"server": "gulp browser-sync",
"start": "npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunsoman/zeppelin-viewer.git"
},
"keywords": [
"zeppelin",
"apache",
"polymer"
],
"author": "flytxt",
"license": "MIT",
"bugs": {
"url": "https://github.com/arunsoman/zeppelin-viewer/issues"
},
"homepage": "https://github.com/arunsoman/zeppelin-viewer#readme",
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.13.0",
"dryice": "^0.4.11",
"eslint": "^3.1.1",
"eslint-config-google": "^0.6.0",
"gulp": "^3.9.1",
"polymer-cli": "^0.12.0",
"vulcanize": "^1.14.8",
"gulp-eslint": "^3.0.1"
}
}