-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "google-data-studio",
"version": "0.0.1",
"description": "Community Connectors for Google Data Studio",
"main": "index.js",
"scripts": {
"build:ctm": "rollup -c --environment input:call-tracking-metrics/index",
"watch:ctm": "rollup -c -w --environment input:call-tracking-metrics/index",
"build:fb": "rollup -c --environment input:facebook/index",
"watch:fb": "rollup -c -w --environment input:facebook/index",
"build:ao": "rollup -c --environment input:act-on/index",
"watch:ao": "rollup -c -w --environment input:act-on/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jafairc/google-data-studio.git"
},
"keywords": [
"google data studio",
"community connectors",
"call tracking metrics"
],
"author": "Jonathan Faircloth",
"license": "MIT",
"bugs": {
"url": "https://github.com/jafairc/google-data-studio/issues"
},
"homepage": "https://github.com/jafairc/google-data-studio#readme",
"devDependencies": {
"@types/google-apps-script": "^0.0.14",
"rollup": "^0.49.3",
"rollup-plugin-cleanup": "^1.0.1",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript2": "^0.5.2",
"rollup-watch": "^4.3.1",
"typescript": "^2.5.2"
},
"dependencies": {
"dateformat": "^2.0.0",
"moment-timezone": "^0.5.14"
}
}