-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "meerkat-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bower": "1.8.8",
"deep-extend": "0.5.1",
"del": "1.2.0",
"duplexer2": "0.0.2",
"gulp": "4.0.0",
"gulp-add-src": "1.0.0",
"gulp-concat": "2.6.0",
"gulp-debug": "2.0.1",
"gulp-filter": "2.0.2",
"gulp-if": "2.0.0",
"gulp-imagemin": "5.0.0",
"gulp-jshint": "2.1.0",
"gulp-po2json": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-rsync": "0.0.5",
"gulp-sass": "3.1.0",
"gulp-sass-error": "1.0.5",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "1.5.1",
"gulp-watch": "5.0.0",
"imagemin-optipng": "6.0.0",
"imagemin-jpegoptim": "6.0.0",
"imagemin-pngquant": "5.1.0",
"inherits": "2.0.1",
"jshint": "2.12.0",
"main-bower-files": "2.12.0",
"readable-stream": "2.0.2",
"run-sequence": "1.2.2",
"snyk": "^1.104.2",
"tree-model": "1.0.4",
"xtend": "4.0.0",
"yargs": "3.15.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jasmine-core": "2.6.4",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-spec-reporter": "0.0.22",
"phantomjs-prebuilt": "2.1.14"
}
}