forked from Grsmto/simplebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
"files": [
"dist"
],
"author": "Adrien Grsmto from a fork by Jonathan Nicol",
"repository": {
"type": "git",
"url": "http://github.com/grsmto/simplebar.git"
},
"main": "dist/simplebar.js",
"homepage": "https://grsmto.github.io/simplebar/",
"bugs": "https://github.com/grsmto/simplebar/issues",
"version": "2.2.2",
"scripts": {
"start": "webpack-dev-server --inline",
"start:prod": "NODE_ENV=production webpack-dev-server",
"build": "NODE_ENV=production webpack",
"test": "grunt travis --verbose"
},
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"engines": {
"node": ">=0.11.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"lodash.debounce": "^4.0.8",
"scrollbarwidth": "^0.1.0"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-latest": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.5.0",
"extract-text-webpack-plugin": "^1.0.1",
"postcss-loader": "^0.13.0",
"resize-observer-polyfill": "^1.4.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}