Newer
Older
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"_args": [
[
"bootstrap-slider",
"/home/laura"
]
],
"_from": "bootstrap-slider@latest",
"_id": "bootstrap-slider@9.8.0",
"_inCache": true,
"_installable": true,
"_location": "/bootstrap-slider",
"_nodeVersion": "5.1.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bootstrap-slider-9.8.0.tgz_1493089788822_0.7534762187860906"
},
"_npmUser": {
"email": "rohit.kalkur@gmail.com",
"name": "rovolutionary"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "bootstrap-slider",
"raw": "bootstrap-slider",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-9.8.0.tgz",
"_shasum": "b2ebde714a17553abeebf70249ac2d84c3072c13",
"_shrinkwrap": null,
"_spec": "bootstrap-slider",
"_where": "/home/laura",
"author": {
"name": "bootstrap-slider"
},
"bugs": {
"url": "http://github.com/seiyria/bootstrap-slider/issues"
},
"contributors": [
{
"name": "Kyle Kemp"
},
{
"name": "Rohit Kalkur"
}
],
"dependencies": {},
"description": "Slider view component for Twitter Bootstrap.",
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"bootstrap": "^3.3.6",
"grunt": "^0.4.5",
"grunt-babel": "6.0.0",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "0.7.0",
"grunt-contrib-uglify": "0.2.4",
"grunt-contrib-watch": "0.5.3",
"grunt-header": "1.0.0",
"grunt-lesslint": "^3.2.0",
"grunt-open": "0.2.2",
"grunt-sass-lint": "^0.2.2",
"grunt-template": "0.2.0"
},
"directories": {},
"dist": {
"shasum": "b2ebde714a17553abeebf70249ac2d84c3072c13",
"tarball": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-9.8.0.tgz"
},
"engine": {},
"gitHead": "67eb8fe3c26205efc94ae95b3ef37a469eef0b81",
"gruntConfig": {
"css": {
"bootstrap": "dependencies/css/bootstrap.min.css",
"highlightjs": "dependencies/css/highlightjs-github-theme.css"
},
"devPort": 9000,
"dist": {
"css": "dist/css/bootstrap-slider.css",
"cssMin": "dist/css/bootstrap-slider.min.css",
"js": "dist/bootstrap-slider.js",
"jsMin": "dist/bootstrap-slider.min.js"
},
"js": {
"bindPolyfill": "test/phantom_bind_polyfill.js",
"highlightjs": "dependencies/js/highlight.min.js",
"jquery": "dependencies/js/jquery.min.js",
"modernizr": "dependencies/js/modernizr.js",
"slider": "src/js/bootstrap-slider.js"
},
"less": {
"rules": "src/less/rules.less",
"slider": "src/less/bootstrap-slider.less",
"variables": "src/less/variables.less"
},
"spec": "test/specs/**/*.js",
"temp": {
"css": "temp/bootstrap-slider.css",
"cssMin": "temp/bootstrap-slider.min.css",
"js": "temp/bootstrap-slider.js",
"jsMin": "temp/bootstrap-slider.min.js"
},
"tpl": {
"SpecRunner": "tpl/SpecRunner.tpl",
"index": "tpl/index.tpl"
}
},
"homepage": "http://github.com/seiyria/bootstrap-slider",
"keywords": [
"bootstrap",
"slide",
"slider",
"twitter"
],
"license": "MIT",
"main": "dist/bootstrap-slider.js",
"maintainers": [
{
"name": "rovolutionary",
"email": "rohit.kalkur@gmail.com"
},
{
"name": "seiyria",
"email": "kyle@seiyria.com"
}
],
"name": "bootstrap-slider",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/seiyria/bootstrap-slider.git"
},
"scripts": {
"pretest": "grunt lint",
"release": "sh ./scripts/release.sh",
"test": "grunt test",
"update-gh-pages": "sh ./scripts/update-gh-pages.sh"
},
"style": "dist/css/bootstrap-slider.css",
"version": "9.8.0"
}