forked from nyvorin/eventd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 950 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 950 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "eventd",
"version": "0.1.1",
"description": "JS Events and Observes",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"keywords": [
"evented",
"events",
"observable",
"object",
"bind"
],
"repository": {
"type": "git",
"url": "git://github.com/web-mech/eventd.git"
},
"author": "Michael Price",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-mech/eventd/issues"
},
"homepage": "https://github.com/web-mech/eventd",
"dependencies": {
"traceur": "0.0.87"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-traceur": "^0.17.0",
"gulp-load-plugins": "^0.9.0",
"gulp-filter": "^2.0.2",
"gulp-order": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-insert": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"chai": "^2.1.2",
"mocha": "^2.2.1",
"gulp-mocha": "^2.0.0",
"requirejs": "^2.1.16"
}
}