forked from jstoudt/enscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "enscroll",
"version": "0.6.1",
"description": "A jQuery plugin for creating custom scrollbars.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jstoudt/enscroll.git"
},
"keywords": [
"jquery",
"scrollbars",
"plugin",
"javascript",
"css"
],
"author": "Jason T. Stoudt",
"license": "MIT",
"readmeFilename": "README",
"gitHead": "8c96a781df7a6610c50a250cd840d6654d353f4d",
"bugs": {
"url": "https://github.com/jstoudt/enscroll/issues"
},
"devDependencies": {
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-handlebars": "^0.7.0",
"grunt-contrib-imagemin": "^0.6.1",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^2.1.0",
"grunt": "^0.4.4"
}
}