wecui
Version:
一款基于Vue2.x版本的移动端web组件
24 lines (23 loc) • 494 B
JSON
{
"name": "humps",
"main": "humps.js",
"version": "1.1.0",
"homepage": "https://github.com/domchristie/humps",
"authors": [
"Dom Christie <christiedom@gmail.com>"
],
"description": "Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.",
"moduleType": [
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}