-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.22 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
{
"name": "facebookpixeladapter",
"version": "0.1.2",
"description": "facebook pixel simple adapter",
"keywords": [
"facebook",
"events",
"adapter"
],
"license": "MIT",
"contributors": [],
"files": [
"dist/",
"CHANGELOG.md",
"package.json",
"README.md"
],
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/D-Mobilelab/facebookpixeladapter.git"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-insert": "^0.5.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-shell": "^0.5.2",
"gulp-webpack": "^1.5.0",
"istanbul-instrumenter-loader": "^2.0.0",
"istanbul-lib-coverage": "^1.1.1",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"webpack": "^2.6.1",
"yargs": "^8.0.1"
},
"engines": {
"node": "6.11.3"
},
"private": false
}