forked from Diokuz/baron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 874 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": "0.7.11",
"homepage": "https://github.com/Diokuz/baron",
"authors": [
"Dmitry Kuznecov <@Diokuz>"
],
"repository": {
"type": "git",
"url": "https://github.com/Diokuz/baron.git"
},
"keywords": [
"scrollbar",
"custom",
"crossbrowser"
],
"main": "./baron.js",
"devDependencies": {
"chai": "~1.7.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-jscs": "^1.3.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha-phantomjs": "^0.5.1",
"gulp-uglify": "^1.0.1",
"jscs": "~1.2.4",
"jshint-summary": "^0.4.0",
"lodash": "^2.4.1",
"mocha": "~1.9.0",
"mocha-phantomjs": "~3.0.0",
"phantomjs": "~1.9.7",
"run-sequence": "^1.0.2",
"yargs": "^1.3.3"
}
}