forked from tristen/hoverintent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 690 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 690 Bytes
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
{
"name": "hoverintent",
"version": "2.2.1",
"repository": "git@github.com:tristen/hoverintent.git",
"description": "Fire mouse events when the user intends it",
"main": "index.js",
"scripts": {
"build": "babel index.js | uglifyjs -mc > dist/hoverintent.min.js"
},
"author": "tristen",
"ender": "./ender.js",
"homepage": "http://tristen.ca/hoverintent",
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"uglify-js": "^2.6.1"
},
"files": [
"dist",
"ender.js",
"index.js"
]
}