forked from dockwa/openpixel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 853 Bytes
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
{
"name": "openpixel",
"version": "2.1.0",
"description": "Open Pixel is a JavaScript library for creating embeddable and intelligent tracking pixels",
"main": "openpixel.min.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"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",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"gulp-iife": "^0.4.0",
"gulp-inject-string": "^1.1.2",
"gulp-uglify": "^3.0.2"
}
}