This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.91 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "cm-spb.ru",
"version": "0.5.0",
"description": "Bootstrap skeleton for DocPad. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.",
"homepage": "https://github.com/alt-f13/cm-spb.ru",
"keywords": [
"колледж",
"метрополитена",
"официальный сайт",
"bootstrap"
],
"author": "https://github.com/alt-f13/",
"maintainers": [
"https://github.com/alt-f13/"
],
"contributors": [
"https://github.com/alt-f13/"
],
"bugs": {
"url": "https://github.com/alt-f13/cm-spb.ru/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alt-f13/cm-spb.ru.git"
},
"engines": {
"node": "0.10",
"npm": "1.2"
},
"dependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-resource": "^1.6.2",
"angular-router": "0.0.2",
"async": "^2.3.0",
"async-waterfall": "^0.1.5",
"bootstrap-sass": "^3.3.7",
"bourbon": "^4.3.3",
"bower": "^1.8.0",
"cheerio": "^0.22.0",
"datejs": "^1.0.0-rc3",
"docpad": "~6.79.4",
"docpad-plugin-associatedfiles": "~2.5.0",
"docpad-plugin-browsersync": "~2.0.7",
"docpad-plugin-coffeescript": "~2.7.0",
"docpad-plugin-copy": "~2.1.3",
"docpad-plugin-eco": "~2.2.1",
"docpad-plugin-frontend": "~2.1.1",
"docpad-plugin-ghpages": "~2.6.1",
"docpad-plugin-imagin": "~2.0.3",
"docpad-plugin-marked": "~2.4.0",
"docpad-plugin-menu": "~2.1.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-nodesass": "~2.8.2",
"docpad-plugin-partials": "~2.12.0",
"docpad-plugin-redirector": "~2.1.0",
"docpad-plugin-related": "~2.3.0",
"docpad-plugin-sitemap": "~2.4.0",
"docpad-plugin-text": "~2.5.0",
"docpad-plugin-tsc": "~2.0.2",
"docpad-plugin-uglify": "~2.5.0",
"docpad-plugin-webpack": "~2.2.1",
"file-loader": "^0.10.1",
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"jshint": "^2.9.4",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"nano": "^6.2.0",
"node-sass-import-once": "^1.2.0",
"superagent": "^3.4.1",
"vkapi": "^1.0.0",
"vo": "^4.0.2",
"yaml-js": "^0.1.4",
"yamljs": "^0.2.8"
},
"devDependencies": {
"babel": "^6.23.0",
"bower-webpack-plugin": "^0.1.9",
"css-loader": "^0.26.1",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"handlebars-loader": "^1.4.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server",
"postinstall": "node_modules/bower/bin/bower install",
"deploy": "docpad generate --env production; gulp deploy",
"gh-deploy-clean": "docpad clean;docpad deploy-ghpages --env static"
}
}