-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "vk-observer",
"version": "2.3.1",
"description": "VK music/video download",
"repository": {
"type": "git",
"url": "https://github.com/glebcha/vk-observer.git"
},
"author": "Glebcha",
"license": "MIT",
"homepage": "https://github.com/glebcha/vk-observer.git",
"scripts": {
"start": "NODE_ENV=production gulp && gulp watch",
"start-dev": "NODE_ENV=development gulp && gulp watch"
},
"devDependencies": {
"gulp-sourcemaps": "^1.12.0",
"gulp-util": "^3.0.8",
"babel": "^6.3.13",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-base64": "^0.1.3",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-size": "^2.1.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"less-plugin-autoprefix": "^1.5.1",
"vinyl-source-stream": "^1.1.0"
}
}