-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "pathforajs",
"version": "0.9.11",
"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": "Pathfora Inc.",
"bugs": {
"url": "https://github.com/pathfora/pathforajs/issues"
},
"devDependencies": {
"eslint": "^1.10.3",
"gh-pages": "^0.8.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.3.1",
"gulp-cssmin": "^0.1.7",
"gulp-env": "^0.4.0",
"gulp-flatmap": "^1.0.0",
"gulp-less": "^3.0.2",
"gulp-open": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.2.0",
"html-minifier": "^2.1.3",
"jasmine-core": "^2.2.0",
"jquery": "^2.1.3",
"jsdoc": "^3.4.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.8",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "^1.0.0",
"less": "^2.4.0",
"walk": "^2.3.9"
},
"scripts": {
"test": "gulp build && karma start --single-run --browsers PhantomJS",
"lint": "eslint src/*",
"lint:fix": "npm run lint -- --fix",
"docs": "jsdoc src/pathfora.js -d docs",
"docs:publish": "npm run docs && gh-pages -d docs"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"karma": "^0.12.37",
"phantomjs-prebuilt": "^2.1.4"
}
}