This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
69 lines (69 loc) · 1.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vue-analytics-facebook-pixel",
"version": "1.0.1",
"description": "A small wrapper around Facebook Pixel API",
"author": "sobolevn <mail@sobolevn.me>",
"private": false,
"scripts": {
"publish-please": "./node_modules/.bin/publish-please",
"ppublish": "npm run build && publish-please guard && npm run publish-please",
"build": "./node_modules/.bin/webpack --config build/webpack.conf.js",
"test:security": "./node_modules/.bin/nsp check",
"test": "npm run test:security && npm run lint",
"lint": "eslint --ext .js,.vue src test/unit/specs dev"
},
"files": [
"src/",
"dist/",
"LICENSE.md",
"README.md"
],
"peerDependencies": {
"vue": "~2.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"babel-runtime": "5",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.9.0",
"function-bind": "^1.0.2",
"humane-js": "^3.2.2",
"nsp": "^2.6.2",
"opn": "^4.0.2",
"ora": "^0.3.0",
"publish-please": "^2.2.0",
"raw-loader": "^0.5.1",
"vue": "2.0.6",
"webpack": "^1.13.3"
},
"main": "dist/vue-analytics-facebook-pixel.js",
"repository": {
"url": "https://github.com/wemake-services/vue-analytics-facebook-pixel.git",
"type": "git"
},
"keywords": [
"vue",
"plugin",
"analytics",
"facebook",
"facebook pixel",
"marketing",
"wemake.services"
],
"license": "MIT",
"dependencies": {}
}