This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
55
56
57
58
59
60
61
{
"name": "moscowjs.ru",
"version": "0.0.0",
"description": "MoscowJS Meetup official site",
"main": "index.js",
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"imagemin": "gulp imagemin"
},
"author": "filipovsky",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"bower": "^1.7.7",
"co": "~3.1.0",
"co-db": "~0.0.1",
"co-filter": "0.0.1",
"co-fs": "~1.2.0",
"co-stream": "0.0.7",
"commonmark": "^0.22.0",
"commonmark-helpers": "^0.4.1",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"fs-extra": "~0.11.1",
"fs-promise": "^0.3.1",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.2.2",
"gulp-clean": "^0.2.4",
"gulp-compass": "^2.1.0",
"gulp-csso": "^0.2.9",
"gulp-debug": "~1.0.1",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-image-resize": "^0.7.1",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-rev": "^1.1.0",
"gulp-rev-replace": "^0.3.1",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^1.0.2",
"handlebars": "~2.0.0",
"is-url": "^1.2.1",
"jshint-stylish": "^0.2.0",
"lodash": "~2.4.1",
"marked": "~0.3.2",
"opn": "^0.1.1",
"proxyquire": "~1.0.1",
"wiredep": "^1.4.3",
"yaml-front-matter": "~3.0.1"
},
"dependencies": {
"translit": "0.0.1",
"translit-russian": "0.0.2"
}
}