-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "ga-task-manager",
"version": "0.1.0",
"description": "Google Analytics plugin which expands analytics.js Tasks, allowing the user to specify multiple functions to be run for each GA Task. Also provides utility functions to add common tasks.",
"private": true,
"main": "lib",
"bin": "./bin/ga-task-manager",
"scripts": {
"build": "gulp build",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/anki/ga-task-manager.git"
},
"keywords": [
"analytics",
"analyticsjs",
"task",
"google"
],
"author": {
"name": "Vinnie Frietas",
"email": "[email protected]"
},
"homepage": "https://github.com/anki/ga-task-manager#readme",
"dependencies": {
"chalk": "^1.1.3",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"google-closure-compiler-js": "^20170423.0.0",
"gzip-size": "^3.0.0",
"rollup": "^0.41.4",
"rollup-plugin-memory": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"source-map": "^0.5.6"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"eslint": "^3.14.0",
"eslint-config-google": "^0.7.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.8",
"rollup-plugin-babel": "^2.7.1",
"run-sequence": "^1.2.2",
"serve-static": "^1.11.1",
"source-map-support": "^0.4.10",
"webpack": "2.6.0"
}
}