perfect-scrollbar/package.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2013-06-15 22:45:57 +08:00
{
"name": "perfect-scrollbar",
"version": "0.6.16",
"description": "Minimalistic but perfect custom scrollbar plugin",
"author": "Hyunje Jun <me@noraesae.net>",
"contributors": [
{
"name": "Hyunje Jun",
"email": "me@noraesae.net"
}
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/noraesae/perfect-scrollbar"
},
"bugs": {
"url": "https://github.com/noraesae/perfect-scrollbar/issues"
},
"keywords": [
"jquery-plugin",
"frontend",
"scroll",
"scrollbar"
],
2013-06-15 22:45:57 +08:00
"engines": {
"node": ">= 0.12.0"
2013-06-15 22:45:57 +08:00
},
"files": [
"dist",
"src",
"index.js",
"jquery.js",
"perfect-scrollbar.d.ts"
],
2013-06-15 22:45:57 +08:00
"devDependencies": {
"browserify": "^11.2.0",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
2015-01-26 02:52:18 +08:00
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-zip": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
2013-07-08 22:01:49 +08:00
},
2016-07-20 13:47:22 +08:00
"jspm": {
"main": "./index.js",
"registry": "jspm"
2016-07-20 13:47:22 +08:00
},
"typings": "perfect-scrollbar.d.ts",
2013-07-08 22:01:49 +08:00
"scripts": {
"test": "gulp",
2015-10-03 20:50:46 +08:00
"before-deploy": "gulp && gulp compress",
"release": "rm -rf dist && gulp && npm publish"
},
"license": "MIT"
2013-06-15 22:45:57 +08:00
}