-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "joobster",
"version": "1.0.3",
"description": "Booster de projets JavaSript sous NodeJs/Gulp",
"repository": {
"type": "git",
"url": "https://github.com/wmoulin/threerestjoobster.git"
},
"licenses": "SEE LICENSE IN https://github.com/wmoulin/joobster/blob/master/LICENSE",
"keywords": [
"gulp",
"mocha",
"babel",
"javascript",
"typescript",
"booster"
],
"dependencies": {
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-decorators": "6.6.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-es2015-modules-systemjs": "6.6.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"chalk": "1.1.3",
"commander": "2.19.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "2.0.0",
"gulp-foreach": "0.1.0",
"gulp-istanbul": "0.10.4",
"gulp-jsdoc3": "2.0.0",
"gulp-mocha": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "2.6.4",
"gulp-tslint": "^4.3.5",
"gulp-typescript": "^3.2.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"gulp-watch": "5.0.1",
"lodash": "4.17.15",
"merge2": "^1.1.0",
"npm": "6.7.0",
"remap-istanbul": "^0.9.5",
"run-sequence": "2.2.1",
"tslint": "^3",
"typescript": "^3.2.4",
"webpack-merge": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.0.tgz",
"webpack-stream": "3.2.0"
},
"bin": {
"joobster": "./src/joobster.js",
"jsr": "./src/joobster.js"
},
"author": "wilfried Moulin"
}