-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "JsonformValidation",
"version": "2.0.0",
"description": "Form Validator with json rules object",
"scripts": {
"test": "karma start karma.conf.js --log-level debug"
},
"author": "Jean-Robert BERETTA <[email protected]>",
"license": "ISC",
"devDependencies": {
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.2",
"karma-clear-screen-reporter": "^1.0.0",
"karma-cli": "*",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha-reporter": "^2.2.5",
"karma-chrome-launcher": "^2.2.0",
"karma-spec-reporter": "0.0.32",
"socket.io": "^2.1.1",
"babel": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-core": "^6.26.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cli": "^2.0.0",
"gulp-copy": "^1.1.0",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-uglify": "3.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-replace": "^0.6.1",
"gulp-watch": "^5.0.0"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-watch-sequence": "^1.0.0"
}
}