-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 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
37
38
39
40
41
{
"name": "Exitent",
"version": "1.0.1",
"description": "Exitent is a light-weight, dependency free Exit Intent detection library.",
"main": "dist/exitent.min.js",
"scripts": {
"build": "npm run clean && rollup -c && gulp compress",
"clean": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"exit intent",
"exit",
"intent",
"modal",
"exit intent modal",
"exit modal"
],
"repository": {
"type": "git",
"url": "https://github.com/richriscunha/Exitent.git"
},
"author": "Richard C. Cunha",
"license": "MIT",
"devDependencies": {
"gulp": "3.9.1",
"gulp-minify": "0.0.14",
"gulp-rename": "1.2.2",
"gulp-uglify": "2.0.0",
"rimraf": "2.5.4",
"babel-preset-es2015-rollup": "1.2.0",
"rollup": "0.34.13",
"rollup-plugin-babel": "2.6.1",
"rollup-plugin-commonjs": "4.1.0",
"rollup-plugin-node-resolve": "2.0.0"
},
"dependencies": {
"lodash": "4.15.0",
"storage-jar": "1.0.6"
}
}