-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 876 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
{
"name": "fox-listener",
"version": "1.0.3",
"description": "Pub/Sub model realize by es6",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha test/test.js"
},
"keywords": [
"Pub/Sub",
"es6"
],
"babel": {
"presets": [
"es2015"
]
},
"repository": {
"type": "git",
"url": "https://github.com/NumerHero/fox-listener"
},
"author": "Owen <[email protected]> (http://numerhero.github.io/)",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.2.4",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"mocha": "^3.0.2",
"should": "^11.1.0"
}
}