forked from fbrctr/fbrctr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "fabricator",
"version": "1.0.0",
"description": "A tool for building website UI toolkits",
"homepage": "http://fbrctr.github.io/",
"main": "README.md",
"scripts": {
"gulp": "gulp",
"bower": "bower",
"prestart": "npm install",
"build": "npm install && gulp",
"start": "gulp --dev",
"postinstall": "bower install",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/fbrctr/fbrctr.github.io.git"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"browser-sync": "^2.5.3",
"browserify": "^9.0.7",
"del": "^1.1.1",
"fabricator-assemble": "^1.0.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"markdown-it": "^4.1.0",
"markdown-it-headinganchor": "lukeaskew/markdown-it-headinganchor",
"run-sequence": "^1.0.2",
"streamqueue": "^0.1.3",
"string": "^3.3.0",
"vinyl-source-stream": "^1.1.0"
}
}