-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 899 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
{
"name": "juttle-googleanalytics-adapter",
"version": "0.1.0",
"description": "Juttle adapter for the Google Analytics API",
"keywords": [
"juttle",
"adapter"
],
"homepage": "https://github.com/juttle/juttle-googleanalytics-adapter",
"bugs": "https://github.com/juttle/juttle-googleanalytics-adapter/issues",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "juttle/juttle-googleanalytics-adapter",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"bluebird": "^3.3.4",
"googleapis": "^2.1.7",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.1",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.2",
"mocha": "^2.3.4"
},
"juttleAdapterAPI": "^0.7.0",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
}
}