kityminder
Version:
32 lines (31 loc) • 842 B
JSON
{
"name": "FIO",
"title": "Front-end Input and Output Solution",
"description": "Uniform the io interface in your web application, it's very simple!",
"version": "1.0.0",
"homepage": "https://github.com/fex-team/fio",
"author": {
"name": "Baidu FEX",
"url": "https://github.com/fex-team/fio"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fio.git"
},
"keywords": [
"fio"
],
"bugs": {
"url": "https://github.com/fex-team/fio/issues"
},
"licenses": [{
"type": "BSD",
"url": "https://github.com/fex-team/fio/blob/master/LICENSE"
}],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.6",
"grunt-contrib-copy": "~0.4.0"
}
}