signet
Version:
Signet type library
60 lines (59 loc) • 1.31 kB
JSON
{
"name": "signet",
"version": "7.2.0",
"description": "Signet type library",
"main": "index.js",
"types": "./signet.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/signetjs/signet.git"
},
"scripts": {
"test": "grunt test"
},
"quokka": {
"plugins": [
"quokka-mocha-bdd",
"quokka-signet-explorer",
"quokka-prerun"
],
"quokka-mocha-bdd": {
"interface": "bdd"
},
"quokka-prerun": {
"prerunCommands": [
"grunt build"
]
}
},
"keywords": [
"signet",
"types",
"signatures",
"type",
"checking"
],
"author": "Chris Stead <cmstead@gmail.com> (http://www.chrisstead.com/)",
"license": "MPL-2.0",
"dependencies": {
"signet-assembler": "2.1.0",
"signet-checker": "1.1.0",
"signet-parser": "^5.5.0",
"signet-registrar": "2.0.0",
"signet-typelog": "^1.5.1",
"signet-validator": "^3.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-eslint": "^19.0.0",
"mocha": "^3.1.2",
"quokka-mocha-bdd": "^1.1.0",
"quokka-prerun": "^1.0.0",
"quokka-signet-explorer": "^1.0.1",
"sinon": "^2.3.1"
}
}