-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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": "^6.8.0",
"gh-pages": "^2.0.1",
"gulp": "^3.9.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": "^4.0.1",
"gulp-open": "^3.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.7.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"html-minifier": "^4.0.0",
"jasmine-core": "^3.4.0",
"jsdoc": "^3.6.2",
"jquery": "^3.4.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-intl-shim": "^1.0.3",
"karma-jasmine": "^2.0.1",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "^1.0.0",
"less": "^3.9.0",
"karma-rollup-preprocessor": "^7.0.2",
"phantomjs-prebuilt": "^2.1.16",
"rollup": "^1.27.14",
"rollup-plugin-istanbul": "^2.0.1",
"walk": "^2.3.14"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"scripts": {
"test": "gulp build && karma start --single-run",
"test:watch": "gulp build && karma start --watch",
"clean": "rm -rf ./dist",
"build:prod": "NODE_ENV=production gulp build",
"prod": "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"
},
"volta": {
"node": "11.15.0",
"yarn": "1.22.18"
}
}