forked from Bounteous-Inc/scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 835 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
{
"name": "scroll-tracking-google-analytics",
"version": "2.0.0",
"description": "Plug-and-play context-aware scroll tracking with no dependencies.",
"main": "Gruntfile.js",
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js --singleRun"
},
"author": "LunaMetrics, LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DanWilkerson/youtube-google-analytics.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "^0.9.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.15"
},
"bugs": {
"url": "https://github.com/DanWilkerson/youtube-google-analytics/issues"
}
}