wecui
Version:
一款基于Vue2.x版本的移动端web组件
57 lines (56 loc) • 1.02 kB
JSON
{
"name": "tcomb",
"version": "2.7.0",
"description": "Type checking and DDD for JavaScript",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"lib",
"index.d.ts"
],
"scripts": {
"lint": "eslint index.js lib test",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/tcomb.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/tcomb/issues"
},
"homepage": "https://github.com/gcanti/tcomb",
"devDependencies": {
"eslint": "^1.10.3",
"mocha": "^2.3.4"
},
"tags": [
"type",
"combinators",
"checking",
"safety",
"model",
"domain",
"debugging",
"immutable",
"DDD",
"JSON",
"store"
],
"keywords": [
"type",
"combinators",
"checking",
"safety",
"model",
"domain",
"debugging",
"immutable",
"DDD",
"JSON",
"store"
]
}