-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "multivents",
"version": "7.0.1",
"description": "Multifunctional Event System",
"main": "dist/multivents.umd.js",
"scripts": {
"lint": "./node_modules/.bin/gulp lint",
"test": "gulp test",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests/*",
"build": "gulp build",
"all": "./node_modules/.bin/gulp"
},
"homepage": "https://github.com/objectliteral/multivents/",
"repository": {
"type": "git",
"url": "git://github.com/objectliteral/multivents.git"
},
"keywords": [
"events",
"minivents",
"multivents",
"async",
"asynchronous",
"publish-subscribe",
"pub-sub"
],
"author": {
"name": "Peter Steinberg",
"email": "[email protected]",
"url": "https://github.com/objectliteral"
},
"devDependencies": {
"assert": "~1.4.1",
"coveralls": "^3.0.3",
"docdash": "^1.1.0",
"eslint-plugin-closuredepth": "^1.0.1",
"eslint-plugin-extra-rules": "^0.8.1",
"eslint-plugin-no-unsafe-chars": "^1.0.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-objects": "^1.1.1",
"gulp": "~4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-gzip": "^1.4.2",
"gulp-istanbul": "^1.1.3",
"gulp-jsdoc3": "^2.0.0",
"gulp-mocha": "~6.0.0",
"gulp-rename": "~1.4.0",
"gulp-sourcemaps": "~2.6.5",
"gulp-uglify": "~3.0.2",
"gulp-umd": "^2.0.0",
"jsdoc": "^3.5.5",
"mocha-lcov-reporter": "^1.3.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/objectliteral/multivents/issues"
},
"readmeFilename": "README.md"
}