yunkong2.material-0.10.4/package.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2018-09-22 19:02:44 +08:00
{
"name": "yunkong2.material",
2018-09-22 20:19:26 +08:00
"description": "React Material based yunkong2 user interface",
2018-09-22 19:02:44 +08:00
"version": "0.10.4",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
"bluefox <dogafox@gmail.com>"
],
2018-09-22 20:26:59 +08:00
"homepage": "https://git.spacen.net/yunkong2/yunkong2.material",
2018-09-22 19:02:44 +08:00
"repository": {
"type": "git",
2018-09-22 20:26:59 +08:00
"url": "https://git.spacen.net/yunkong2/yunkong2.material"
2018-09-22 19:02:44 +08:00
},
"licenses": [
{
"type": "CC-BY-NC-4.0",
2018-09-22 20:26:59 +08:00
"url": "https://git.spacen.net/yunkong2/yunkong2.material/blob/master/LICENSE"
2018-09-22 19:02:44 +08:00
}
],
"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": {
2018-09-22 20:26:59 +08:00
"url": "https://git.spacen.net/yunkong2/yunkong2.material/issues"
2018-09-22 19:02:44 +08:00
},
"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": {
2018-09-22 19:30:25 +08:00
"react": "16.4.2",
"react-dom": "16.4.2",
"react-beautiful-dnd": "^9.0.2"
2018-09-22 19:02:44 +08:00
}
}