-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "angulartics-localytics",
"version": "0.2.4",
"description": "Localytics plugin for Angulartics",
"keywords": [
"localytics",
"analytics",
"plugin",
"angular",
"angulartics"
],
"author": "Joe Halliwell <[email protected]> (https://github.com/joehalliwell)",
"contributors": [
"Simon Morvan <[email protected]> (https://github.com/morvans)",
"Tim Elfelt <[email protected]> (https://github.com/timelf123)"
],
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "mkdir -p dist && uglifyjs lib/angulartics-localytics.js --compress --source-map dist/angulartics-localytics.min.js.map --source-map-root .. --source-map-url ../dist/angulartics-localytics.min.js.map -o dist/angulartics-localytics.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/angulartics/angulartics-localytics"
},
"bugs": {
"url": "https://github.com/angulartics/angulartics-localytics/issues"
},
"license": "MIT",
"dependencies": {
"angulartics": "^1.0.2"
},
"devDependencies": {
"uglify-js": "^2.4.23"
}
}