-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 KB
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
70
71
72
73
74
75
{
"name": "pathforajs",
"version": "1.2.10",
"description": "Javascript SDK for engagaging and converting prospects into customers on your website with lightweight nurture apps",
"repository": {
"type": "git",
"url": "https://github.com/pathfora/pathforajs.git"
},
"author": "Lytics, Inc.",
"bugs": {
"url": "https://github.com/pathfora/pathforajs/issues"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"gh-pages": "^6.3.0",
"globals": "^16.5.0",
"gulp": "^5.0.1",
"gulp-browserify": "^0.5.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^5.7.0",
"gulp-cssmin": "^0.2.0",
"gulp-env": "^0.4.0",
"gulp-eslint": "^6.0.0",
"gulp-flatmap": "^1.0.2",
"gulp-less": "^5.0.0",
"gulp-open": "^3.0.1",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-shell": "^0.8.0",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"html-minifier": "^4.0.0",
"jasmine-core": "^5.12.1",
"jquery": "^3.7.1",
"jsdoc": "^4.0.5",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-intl-shim": "^1.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^7.0.8",
"less": "^4.4.2",
"phantomjs-prebuilt": "^2.1.16",
"rollup": "^4.53.2",
"walk": "^2.3.15"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"scripts": {
"test": "gulp test && karma start --single-run",
"test:watch": "gulp test && karma start --watch",
"test:coverage": "gulp test && karma start --single-run",
"clean": "rm -rf ./dist",
"build:prod": "NODE_ENV=production gulp build",
"prod": "NODE_ENV=production yarn run test && yarn run clean && yarn run build:prod",
"lint": "eslint src/**/*.js test/**/*.js",
"lint:fix": "yarn run lint -- --fix",
"docs": "jsdoc src/pathfora.js -d docs",
"docs:publish": "yarn run docs && gh-pages -d docs",
"local": "NODE_ENV=development gulp"
},
"volta": {
"node": "20.19.1",
"yarn": "1.22.22"
},
"dependencies": {
"graceful-fs": "^4.2.11"
}
}