-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "optiscroll",
"author": "Alberto Gasparin",
"description": "Custom scrollbars for modern webapps",
"keywords": [
"scrollbars",
"user interface"
],
"version": "3.2.1",
"homepage": "https://github.com/albertogasparin/optiscroll",
"repository": {
"type": "git",
"url": "git://github.com/albertogasparin/optiscroll.git"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"eslint": "^3.0.0",
"grunt": "^1.0.0",
"grunt-autoprefixer": "^3.0.3",
"grunt-bump": "^0.8.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.0.0",
"uglify-js": "^3.0.0"
},
"browser": "dist/optiscroll.js",
"main": "dist/optiscroll.js",
"typings": "./index.d.ts",
"licence": "MIT",
"bugs": {
"url": "http://github.com/albertogasparin/optiscroll/issues"
}
}