-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "yt-app-gulp",
"version": "0.1.0",
"description": "Gulpified version of youtube-api-app",
"authors": [
"Berzoy Denys",
"Lyba Kristina",
"Ovsiannikov Alexander"
],
"license": "MIT",
"homepage": "https://github.com/curlydevil/yt-app-gulp",
"repository": {
"type": "git",
"url": "https://github.com/curlydevil/yt-app-gulp.git"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"yargs": "^3.18.0"
}
}