-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
36 lines (36 loc) · 855 Bytes
/
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
{
"name": "baron",
"description": "A small, fast and crossbrowser custom scrollbar with native system scroll mechanic.",
"version": "3.0.3",
"readmeFilename": "README.md",
"homepage": "https://github.com/Diokuz/baron",
"authors": [
"Dmitry Kuznecov <@Diokuz>"
],
"repository": {
"type": "git",
"url": "https://github.com/Diokuz/baron.git"
},
"keywords": [
"scrollbar",
"custom",
"crossbrowser"
],
"scripts": {
"prepublishOnly": "make all"
},
"main": "./src/core.js",
"devDependencies": {
"chai": "~3.2.0",
"gulp": "^3.8.10",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-mocha-phantomjs": "^0.12.1",
"lodash": "^3.10.1",
"mocha": "~2.3.2",
"run-sequence": "^1.1.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"yargs": "^3.25.0"
}
}