-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 913 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": "decorator-wrap",
"version": "1.2.4",
"description": "A decorator (@wrap) for wrapping class or methods with your custom code",
"main": "dist/index.min.js",
"scripts": {
"test": "mocha --compilers js:test/testSettings"
},
"repository": {
"type": "git",
"url": "https://github.com/cmartin81/decorator-wrap.git"
},
"keywords": [
"ES2016",
"ES7",
"decorator",
"wrap",
"surround",
"@wrap"
],
"author": "Christian Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmartin81/decorator-wrap/issues"
},
"homepage": "https://github.com/cmartin81/decorator-wrap",
"devDependencies": {
"babel": "^5.6.14",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"lodash": "^3.10.0",
"mocha": "^2.2.5"
}
}