56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "yunkong2.material",
|
|
"description": "React Material based yunkong2 user interface",
|
|
"version": "0.10.4",
|
|
"author": {
|
|
"name": "bluefox",
|
|
"email": "dogafox@gmail.com"
|
|
},
|
|
"contributors": [
|
|
"bluefox <dogafox@gmail.com>"
|
|
],
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.material",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.material"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "CC-BY-NC-4.0",
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.material/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"GUI",
|
|
"web interface",
|
|
"home automation",
|
|
"material"
|
|
],
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-connect": "^5.6.1",
|
|
"gulp-copy": "^1.1.0",
|
|
"gulp-exec": "^3.0.2",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-uglify": "^3.0.1",
|
|
"gulp-watch": "^5.0.1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.material/issues"
|
|
},
|
|
"main": "www/index.html",
|
|
"scripts": {
|
|
"test": "node node_modules/gulp/bin/gulp.js",
|
|
"build": "node node_modules/gulp/bin/gulp.js",
|
|
"prepare": "node node_modules/gulp/bin/gulp.js"
|
|
},
|
|
"license": "CC-BY-NC-4.0",
|
|
"dependencies": {
|
|
"react": "16.4.2",
|
|
"react-dom": "16.4.2",
|
|
"react-beautiful-dnd": "^9.0.2"
|
|
}
|
|
}
|