-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 942 Bytes
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
{
"name": "provideflow_website",
"version": "1.0.0",
"description": "Provide Flow Home Page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferrazrx/provideflow_website.git"
},
"author": "Provide Flow",
"license": "ISC",
"bugs": {
"url": "https://github.com/ferrazrx/provideflow_website/issues"
},
"homepage": "https://github.com/ferrazrx/provideflow_website#readme",
"devDependencies": {
"autoprefixer": "^7.1.4",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglifycss": "^1.0.8",
"postcss-import": "^10.0.0",
"postcss-mixins": "^6.1.0",
"postcss-nested": "^2.1.2",
"postcss-simple-vars": "^4.1.0"
}
}