-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "redbat",
"version": "1.1.0",
"description": "EventEmitter implementation",
"main": "./build/index",
"directories": {
"example": "examples"
},
"dependencies": {
"async": "^2.4.0",
"lodash": "^4.17.4",
"overload-js": "^1.0.0"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"benchmark": "^2.1.4",
"eventemitter2": "^4.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat-js": "^0.1.0",
"gulp-minify": "^1.0.0",
"gulp-uglify": "^2.1.2",
"mocha": "^3.4.1"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha",
"build": "node ./node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedFoxCode/redbat.git"
},
"keywords": [
"event",
"events",
"eventemitter",
"emitter",
"emit",
"помогите",
"мне"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RedFoxCode/redbat/issues"
},
"homepage": "https://github.com/RedFoxCode/redbat#readme"
}