Add files for Grunt.

This commit is contained in:
Hyunje Alex Jun
2013-06-16 00:30:43 +09:00
parent 29a0c13c65
commit f65c9cb0bb
2 changed files with 95 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "perfect-scrollbar",
"version": "0.3.4",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-csslint": "~0.1.2"
}
}