-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 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
{
"name": "add-view-events",
"version": "1.1.1",
"description": "Simple helper for adding events to an element, backbone object style",
"main": "index.js",
"scripts": {
"test": "tape test/*.js | tap-spec",
"browserify-build": "browserify --entry index.js --outfile add-view-events.js --standalone add-view-events"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allouis/add-view-events.git"
},
"keywords": [
"add",
"events",
"view",
"backbone",
"object"
],
"author": "Fabien O'Carroll <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/allouis/add-view-events/issues"
},
"homepage": "https://github.com/allouis/add-view-events#readme",
"dependencies": {
"deligate": "^1.0.1"
},
"devDependencies": {
"browserify": "^11.2.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.1"
}
}