-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.53 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
{
"name": "omni-slider",
"version": "1.2.1",
"description": "A multirange vanilla js slider",
"main": "omni-slider.js",
"scripts": {
"start": "gulp",
"watch": "gulp",
"build": "gulp",
"deploy": "gulp deploy",
"prebuild": "npm run setup",
"setup": "npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"es2015"
]
},
"eslintConfig": {
"env": {
"es6": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/pricelinelabs/omni-slider"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"eslint": "^2.11.1",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.3.4",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-iife": "^0.2.4",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^0.3.1",
"jasmine": "^2.4.1",
"jshint": "^2.9.2",
"karma": "^0.13.19",
"priceline-eslint-config": "^1.1.0",
"run-sequence": "^1.0.2"
},
"keywords": [
"slider",
"priceline"
],
"author": "Chris Ng <[email protected]>",
"contributors": [
"Beni Cheni <[email protected]>",
"Joshua Blaney <[email protected]>"
],
"license": "MIT"
}