diff --git a/README.txt b/README.txt
index 32d6bb2..d50b482 100644
--- a/README.txt
+++ b/README.txt
@@ -27,8 +27,8 @@ Please note that the 3.x version can also be used, but it depends on jQuery 1.5
 which can only be obtained by installing the jQuery Update module.
 
 Now download and extract the imgAreaSelect plugin, rename extracted folder to
-"jquery.imgareaselect" and copy it into "sites/all/libraries". The plugin should
-now be located at "sites/all/libraries/jquery.imgareaselect/jquery.imgareaselect.dev.js".
+"imgareaselect" and copy it into "sites/all/libraries". The plugin should
+now be located at "sites/all/libraries/imgareaselect/jquery.imgareaselect.dev.js".
 
 When finished you can activate the module via the Modules page!
 
diff --git a/manualcrop.helpers.inc b/manualcrop.helpers.inc
index f3a9b8f..687fde8 100644
--- a/manualcrop.helpers.inc
+++ b/manualcrop.helpers.inc
@@ -377,13 +377,13 @@ function _manualcrop_attach_files(&$element = NULL) {
       // IE has some issues with the lazy loading of css files, so we preload
       // anything that contains CSS. See http://drupal.org/node/1071818 for more info.
       drupal_add_css($path . '/manualcrop.css');
-      libraries_load('jquery.imgareaselect');
+      libraries_load('imgareaselect');
     }
 
     if ($element) {
       $element['#attached']['css'][] = $path . '/manualcrop.css';
       $element['#attached']['js'][] = $path . '/manualcrop.js';
-      $element['#attached']['libraries_load'][] = array('jquery.imgareaselect');
+      $element['#attached']['libraries_load'][] = array('imgareaselect');
       $element['#attached']['libraries_load'][] = array('jquery.imagesloaded');
     }
   }
diff --git a/manualcrop.install b/manualcrop.install
index 02567b6..1698f35 100644
--- a/manualcrop.install
+++ b/manualcrop.install
@@ -11,7 +11,7 @@ function manualcrop_requirements($phase) {
   $requirements = array();
 
   if ($phase == 'runtime') {
-    $libraries = array('jquery.imagesloaded', 'jquery.imgareaselect');
+    $libraries = array('jquery.imagesloaded', 'imgareaselect');
     $t = get_t();
 
     foreach ($libraries as $name) {
diff --git a/manualcrop.make.example b/manualcrop.make.example
index 8a48f31..955ba20 100644
--- a/manualcrop.make.example
+++ b/manualcrop.make.example
@@ -17,6 +17,6 @@ libraries[jquery.imagesloaded][download][url] = https://github.com/desandro/imag
 libraries[jquery.imagesloaded][download][subtree] = imagesloaded-2.1.2
 
 ; imgAreaSelect.
-libraries[jquery.imgareaselect][download][type] = file
-libraries[jquery.imgareaselect][download][url] = https://github.com/odyniec/imgareaselect/archive/v0.9.11-rc.1.tar.gz
-libraries[jquery.imgareaselect][download][subtree] = imgareaselect-0.9.11-rc.1
+libraries[imgareaselect][download][type] = file
+libraries[imgareaselect][download][url] = https://github.com/odyniec/imgareaselect/archive/v0.9.11-rc.1.tar.gz
+libraries[imgareaselect][download][subtree] = imgareaselect-0.9.11-rc.1
diff --git a/manualcrop.module b/manualcrop.module
index 5b508ad..77ec321 100644
--- a/manualcrop.module
+++ b/manualcrop.module
@@ -127,7 +127,7 @@ function manualcrop_libraries_info() {
     ),
   );
 
-  $libraries['jquery.imgareaselect'] = array(
+  $libraries['imgareaselect'] = array(
     'name' => 'imgAreaSelect',
     'vendor url' => 'http://odyniec.net/projects/imgareaselect',
     'version arguments' => array(
