53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "yunkong2.vis-material",
|
|
"description": "material widgets for yunkong2.vis",
|
|
"version": "0.1.5",
|
|
"author": {
|
|
"name": "nisiode",
|
|
"email": "nisio.air@gmail.com"
|
|
},
|
|
"contributors": [
|
|
"nisiode <nisio.air@gmail.com>",
|
|
"pix <pix---@hotmail.com>"
|
|
],
|
|
"homepage": "https://github.com/nisiode/yunkong2.vis-material.git",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nisiode/yunkong2.vis-material.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/nisiode/yunkong2.vis-material/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"yunkong2",
|
|
"GUI",
|
|
"material vis"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-compress": "^0.13.0",
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
"grunt-contrib-jshint": "^0.11.3",
|
|
"grunt-exec": "^0.4.6",
|
|
"grunt-http": "^1.6.0",
|
|
"grunt-jscs": "^2.8.0",
|
|
"grunt-replace": "^0.9.3",
|
|
"mocha": "^4.1.0",
|
|
"chai": "^4.1.2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nisiode/yunkong2.vis-material/issues"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"main": "widgets/material.html",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
|
},
|
|
"license": "MIT"
|
|
}
|