signet-checker
Version:
Type checker for signet type system
25 lines (24 loc) • 609 B
JSON
{
"name": "signet-checker",
"version": "1.1.0",
"description": "Type checker for signet type system",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha ./test/*.test.js"
},
"keywords": [
"signet",
"types",
"checker",
"functional"
],
"author": "Chris Stead <cmstead@gmail.com> (http://www.chrisstead.com/)",
"license": "MPL-2.0",
"devDependencies": {
"approvals": "^1.3.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"signet-parser": "../signet-parser",
"signet-registrar": "../signet-registrar"
}
}