forked from fbrctr/fabricator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fabricator",
"version": "0.3.0",
"description": "A tool for creating modular websites",
"homepage": "http://resource.github.io/fabricator/",
"private": true,
"main": "README.md",
"scripts": {
"dev": "npm install && gulp dev",
"prod": "npm install && gulp"
},
"keywords": [
"toolkit",
"framework",
"scaffold",
"patterns",
"library"
],
"author": "Luke Askew",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/resource/fabricator/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/resource/fabricator.git"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {},
"devDependencies": {
"marked": "~0.2.9",
"mkdirp": "~0.3.5",
"handlebars": "~1.3.0",
"cheerio": "~0.13.1",
"change-case": "~1.0.4",
"js-beautify": "~1.4.2",
"mkpath": "~0.1.0",
"gulp-util": "~2.2.14",
"gulp-uglify": "~0.2.1",
"gulp-jshint": "~1.3.4",
"gulp-autoprefixer": "0.0.6",
"gulp-imagemin": "~0.2.0",
"gulp-connect": "~1.0.7",
"gulp-csso": "~0.2.6",
"gulp-serve": "~0.1.1",
"gulp-clean": "~0.2.4",
"gulp-sass": "~0.7.1",
"through2": "~0.4.1",
"gulp-plumber": "~0.5.6",
"vinyl-map": "~1.0.0",
"gulp-concat": "~2.1.7",
"gulp-rename": "~1.0.0",
"gulp-if": "0.0.5",
"gulp": "~3.5.5",
"q": "~1.0.1",
"vinyl-source-stream": "~0.1.1",
"browserify": "~3.38.1",
"gulp-streamify": "0.0.5"
}
}