forked from dockwa/openpixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 884 Bytes
/
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
{
"name": "openpixel",
"version": "1.3.0",
"description": "Open Pixel is a JavaScript library for creating embeddable and intelligent tracking pixels",
"main": "openpixel.min.js",
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-iife": "^0.4.0",
"gulp-inject-string": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"natives": "^1.1.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/.bin/gulp",
"dist": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dockwa/openpixel.git"
},
"author": "Stuart Yamartino",
"license": "MIT"
}