-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
{
"name": "bedrock",
"version": "1.2.3",
"description": "Static site generator to easily make HTML prototypes",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mono-company/bedrock.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mono-company/bedrock/issues"
},
"homepage": "https://github.com/mono-company/bedrock#readme",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.0.15",
"babelify": "^7.2.0",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"chalk": "^1.1.3",
"clipboard": "^1.5.3",
"codemirror": "^5.18.2",
"del": "^2.0.2",
"directory-tree": "^0.1.1",
"event-stream": "^3.3.2",
"express": "^4.13.3",
"faker": "^3.0.1",
"front-matter": "^2.0.5",
"glob": "^5.0.15",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-data": "^1.2.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"inquirer": "^0.11.0",
"jquery": "^3.1.1",
"js-beautify": "^1.5.10",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"node-notifier": "^4.3.1",
"portfinder": "^0.4.0",
"postcss": "^5.0.10",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"dependencies": {
"pug": "^2.0.0-rc.3"
}
}