-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 991 Bytes
/
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
{
"name": "powerplatformwork",
"version": "3.1.1",
"description": "Power Platform sample and news",
"main": "gulpfile.js",
"homepage": "https://www.powerplatform.work/",
"repository": {
"type": "git",
"url": "https://github.com/github129/PowerApps_flow.git"
},
"keywords": [
"jekyll",
"template",
"theme",
"blog",
"netlify"
],
"author": "taku_ma_ru",
"license": "MIT",
"bugs": {
"url": "https://github.com/github129/PowerApps_flow/issues"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.2.0",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.0",
"gulp-yaml": "^2.0.4",
"json-sass": "^1.3.5",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"vinyl-source-stream": "^2.0.0"
}
}