-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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
{
"name": "vlm",
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-inject-string": "^1.1.2",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-uglify": "^3.0.2",
"run-sequence": "latest",
"uglify-es": "latest",
"vinyl-ftp": "latest"
},
"description": "VLM",
"main": "gulpfile.js",
"directories": {
"lib": "jvlm",
"test": "tests"
},
"dependencies": {
"fancy-log": "^1.3.3",
"gulp-debug": "^4.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.10.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-l-m/vlm.git"
},
"author": "VLM",
"license": "ISC",
"bugs": {
"url": "https://github.com/v-l-m/vlm/issues"
},
"homepage": "https://github.com/v-l-m/vlm#readme"
}