aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mousetrap/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mousetrap/package.json')
-rw-r--r--lib/mousetrap/package.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/mousetrap/package.json b/lib/mousetrap/package.json
deleted file mode 100644
index 60fccc1..0000000
--- a/lib/mousetrap/package.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "mousetrap",
- "version": "1.5.2",
- "description": "Simple library for handling keyboard shortcuts",
- "main": "mousetrap.js",
- "directories": {
- "test": "tests"
- },
- "scripts": {
- "test": "grunt mocha"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/ccampbell/mousetrap.git"
- },
- "keywords": [
- "keyboard",
- "shortcuts",
- "events"
- ],
- "author": "Craig Campbell",
- "license": "Apache 2.0",
- "gitHead": "c202a0bd4967d5a3064f9cb376db51dec9345336",
- "readmeFilename": "README.md",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-complexity": "~0.1.2",
- "grunt-mocha": "~0.3.1"
- }
-}