-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1017 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
42
43
44
45
{
"name": "cocktail-trait-advisable",
"version": "1.0.1",
"description": "A CocktailJS Trait Extension to add AOP methods to the host class",
"main": "src/Advisable",
"scripts": {
"test": "grunt test"
},
"author": {
"name": "Maximiliano Fierro",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/CocktailJS/cocktail-trait-advisable.git"
},
"bugs": {
"url": "https://github.com/CocktailJS/cocktail-trait-advisable/issues"
},
"license": "MIT",
"dependencies": {
"cocktail": "0.6.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.7.2",
"grunt-contrib-watch": "~0.2.0",
"grunt": "~0.4.1",
"sinon-chai": "~2.3.1",
"sinon": "~1.6.0",
"grunt-cli": "~0.1.9"
},
"keywords": [
"aop",
"trait",
"cocktail",
"after",
"before",
"around",
"advice"
]
}