-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 948 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
{
"name": "emit-bindings",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "https://github.com/honeinc/emit-bindings.git"
},
"author": {
"name": "Andy Burke",
"email": "[email protected]",
"url": "http://github.com/andyburke"
},
"company": "Hone Inc (http://gohone.com)",
"homepage": "https://github.com/honeinc/emit-bindings",
"description": "Emit events on DOM element interaction using data-emit attributes.",
"keywords": [
"event",
"events",
"actions",
"dom"
],
"license": "MIT",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browserify": "^6.1.0",
"gulp": "^3.8.8",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"eventemitter2": "^0.4.14"
}
}