-
Notifications
You must be signed in to change notification settings - Fork 46
/
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.2",
"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": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^3.1.1"
}
}