forked from mdbootstrap/TW-Elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "perfect-scrollbar",
"version": "1.0.0-dev",
"description": "Minimalistic but perfect custom scrollbar plugin",
"author": "Hyunje Jun <[email protected]>",
"keywords": [
"frontend",
"scroll",
"scrollbar"
],
"repository": {
"type": "git",
"url": "https://github.com/noraesae/perfect-scrollbar"
},
"bugs": {
"url": "https://github.com/noraesae/perfect-scrollbar/issues"
},
"jspm": {
"main": "dist/perfect-scrollbar.common.js",
"registry": "jspm"
},
"main": "dist/perfect-scrollbar.common.js",
"module": "dist/perfect-scrollbar.esm.js",
"typings": "types/perfect-scrollbar.d.ts",
"style": "css/perfect-scrollbar.css",
"files": [
"dist",
"src",
"types",
],
"devDependencies": {
"browserify": "^11.2.0",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"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",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp",
"release": "rm -rf dist && gulp && npm publish"
},
"license": "MIT"
}