-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.1 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-facebook-pixel",
"version": "0.2.0",
"description": "Facebook Pixel plugin for Angulartics",
"main": "./lib/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "mkdir -p dist && uglifyjs lib/angulartics-facebook-pixel.js --compress --source-map dist/angulartics-facebook-pixel.min.js.map --source-map-root .. --source-map-url ../dist/angulartics-facebook-pixel.min.js.map -o dist/angulartics-facebook-pixel.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mooyoul/angulartics-facebook-pixel.git"
},
"keywords": [
"angularjs",
"angulartics",
"analytics",
"facebook",
"pixel",
"facebook-pixel",
"angulartics-plugin"
],
"author": "Moo Yeol, Lee (Prescott) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mooyoul/angulartics-facebook-pixel/issues"
},
"homepage": "https://github.com/mooyoul/angulartics-facebook-pixel#readme",
"devDependencies": {
"uglify-js": "^2.6.2"
},
"dependencies": {
"angulartics": "^1.0.3"
}
}