-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 858 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 858 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
{
"name": "cocktail-trait-eventable",
"version": "0.0.7",
"description": "EventEmitter as delegate trait",
"main": "lib/Eventable",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/CocktailJS/cocktail-trait-eventable"
},
"keywords": [
"eventable",
"event",
"trait",
"cocktailjs"
],
"author": {
"name": "Maximiliano Fierro",
"email": "elmasse@gmail.com"
},
"license": "MIT",
"dependencies": {
"cocktail": ">=0.5.1 <0.8.0"
},
"devDependencies": {
"grunt-simple-mocha": "~0.4.0",
"chai": "1.4.2",
"mocha": "1.8.1",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt": "~0.4.1",
"sinon-chai": "~2.3.1",
"sinon": "~1.6.0",
"grunt-cli": "~0.1.9"
}
}