-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.46 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
{
"name": "StreamBuilder",
"version": "3.0.0",
"description": "Streaming, front-end build environment for automating mundane tasks.",
"keywords": [
"gulp",
"scss",
"node",
"nunjucks"
],
"repository": {
"type": "git",
"url": "https://github.com/sageworksstudio/StreamBuilder"
},
"author": {
"name": "Chris Brown",
"email": "chris@sageworksstudio.com",
"url": "https://sageworksstudio.com"
},
"homepage": "https://github.com/sageworksstudio/StreamBuilder",
"bugs": {
"url": "https://github.com/sageworksstudio/StreamBuilder/issues",
"email": "chris@sageworksstudio.com"
},
"license": "MIT",
"devDependencies": {
"beeper" : "2.0.0",
"browser-sync" : "2.26.7",
"ansi-colors" : "4.1.1",
"fancy-log" : "1.3.3",
"fs-extra" : "8.1.0",
"gulp" : "4.0.2",
"gulp-autoprefixer" : "7.0.1",
"gulp-changed" : "4.0.2",
"gulp-data" : "1.3.1",
"gulp-minify" : "3.1.0",
"gulp-nunjucks-render" : "2.2.3",
"gulp-plumber" : "1.2.1",
"gulp-sass" : "4.0.2",
"gulp-sourcemaps" : "2.6.5",
"gulp-standard" : "14.0.0",
"node-normalize-scss" : "8.0.1"
},
"browserslist": [
"defaults"
]
}