You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
437 B
21 lines
437 B
{ |
|
"name": "jt-info", |
|
"version": "1.0.0", |
|
"description": "Meine Seite", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"gulp": "^4.0.2", |
|
"gulp-dart-sass": "^1.0.2", |
|
"gulp-sass": "^4.1.0", |
|
"material-components-web": "^8.0.0", |
|
"node-sass": "^5.0.0" |
|
}, |
|
"dependencies": { |
|
"sass": "^1.29.0" |
|
} |
|
}
|
|
|