forked from SAP/fundamental
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "fiori-fundamentals",
"version": "1.3.1",
"description": "Fiori Fundamentals is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental/",
"main": "index.js",
"scripts": {
"build": "gulp build:dist",
"start": "gulp",
"test": "node test/app.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"homepage": "https://sap.github.io/fundamental/",
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"express": "^4.16.4",
"gh-pages": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-consolidate": "^0.2.0",
"gulp-debug": "^4.0.0",
"gulp-footer": "^2.0.1",
"gulp-header": "^2.0.5",
"gulp-iconfont": "^10.0.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"node-sass": "^4.9.4",
"nunjucks": "^3.1.3",
"require-dir": "^1.1.0",
"yargs": "^12.0.2"
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {},
"engines": {
"npm": ">=9.5.0 <10.0.0"
}
}