mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"name": "mango",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/hkalexling/Mango.git",
|
|
"author": "Alex Ling <hkalexling@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel-minify": "^0.5.1",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-minify-css": "^1.2.4",
|
|
"less": "^3.11.3"
|
|
},
|
|
"scripts": {
|
|
"uglify": "gulp"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
|
"uikit": "^3.5.4"
|
|
}
|
|
}
|