-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 943 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
39
40
41
{
"name": "multi-event",
"version": "1.1.0",
"description": "",
"main": "dist/multi-event.js",
"dependencies": {},
"devDependencies": {
"babel": "^5.8.21",
"mocha": "^2.2.5",
"grunt-babel": "^5.0.1",
"load-grunt-tasks": "^3.2.0",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.2",
"grunt-mocha-test": "^0.12.7"
},
"scripts": {
"test": "mocha --compilers js:babel/register",
"watch": "grunt watch",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/yousfiSaad/multi-event.git"
},
"keywords": [
"multi",
"event",
"client",
"server",
"browser",
"util",
"es6",
"es2015"
],
"author": "Saad Y <[email protected]> (https://github.com/yousfiSaad/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yousfiSaad/multi-event/issues"
},
"homepage": "https://github.com/yousfiSaad/multi-event"
}