UNPKG

706 BJSONView Raw
1{
2 "name": "value",
3 "description": "Convenient type-checking for node.js",
4 "version": "0.1.0",
5 "homepage": "http://github.com/jhnns/value",
6 "repository": "git://github.com/jhnns/value.git",
7 "author": "Johannes Ewald <mail@johannesewald.de>",
8 "main": "./lib/value.js",
9 "keywords": [
10 "type",
11 "check",
12 "type-check",
13 "instance",
14 "of",
15 "class",
16 "nodeclass",
17 "casting"
18 ],
19 "dependencies": {},
20 "devDependencies": {
21 "expect.js": "0.1.x",
22 "mocha": "1.3.x"
23 },
24 "engines": {
25 "node": "0.x"
26 },
27 "scripts": {
28 "test": "node node_modules/mocha/bin/mocha -R spec"
29 }
30}
\No newline at end of file