Update package.json
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 4 Oct 2013 09:25:47 +0000 (12:25 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 4 Oct 2013 09:25:47 +0000 (12:25 +0300)
package.json

index 203f8c7..56d2d40 100644 (file)
@@ -3,6 +3,7 @@
   "version": "1.1.3",
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
   "description": "A well-tested CSS minifier",
+  "license": "MIT",
   "keywords": [
     "css",
     "minifier"
@@ -41,8 +42,6 @@
   },
   "jshintConfig": {
     "browser": false,
-    "maxerr": 100,
-    "node": true,
     "camelcase": true,
     "curly": false,
     "eqeqeq": false,
@@ -51,6 +50,7 @@
     "latedef": true,
     "multistr": true,
     "noarg": true,
+    "node": true,
     "plusplus": false,
     "quotmark": "true",
     "regexp": false,
@@ -61,6 +61,5 @@
   },
   "engines": {
     "node": ">=0.8.0"
-  },
-  "license": "MIT"
+  }
 }