Initial commit
This commit is contained in:
54
package.json
Normal file
54
package.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "yunkong2.material",
|
||||
"description": "React Material based yunkong2 user interface",
|
||||
"version": "0.10.5",
|
||||
"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": [
|
||||
"yunkong2",
|
||||
"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-beautiful-dnd": "^9.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user