-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "angulartics-scroll",
"version": "0.0.1",
"description": "scroll tracking plugin for angulartics",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "mkdir -p dist && uglifyjs lib/angulartics-scroll.js --compress --source-map dist/angulartics-scroll.min.js.map --source-map-root .. --source-map-url ../dist/angulartics-scroll.min.js.map -o dist/angulartics-scroll.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angulartics/angulartics-scroll.git"
},
"keywords": [
"angulartics",
"plugin",
"angular",
"analytics",
"scroll",
"tracking"
],
"author": "Tim Elfelt",
"license": "MIT",
"dependencies": {
"angulartics": "~1.0.0"
},
"devDependencies": {
"uglify-js": "^2.4.23"
},
"bugs": {
"url": "https://github.com/angulartics/angulartics-scroll/issues"
},
"homepage": "https://github.com/angulartics/angulartics-scroll#readme"
}