UNPKG

1.05 kBJSONView Raw
1{
2 "name": "zan",
3 "version": "2.1.3",
4 "description": "test object types (similar to React.PropTypes)",
5 "main": "index.js",
6 "scripts": {
7 "test-cov": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot --require babel/register",
8 "test-travis": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec --require babel/register",
9 "test": "mocha --recursive --compilers js:babel/register"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/kolodny/zan.git"
14 },
15 "keywords": [
16 "types",
17 "shape",
18 "object",
19 "assert",
20 "test"
21 ],
22 "author": "Moshe Kolodny",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/kolodny/zan/issues"
26 },
27 "homepage": "https://github.com/kolodny/zan#readme",
28 "devDependencies": {
29 "babel": "^5.8.23",
30 "coveralls": "^2.11.4",
31 "expect": "^1.10.0",
32 "istanbul": "^0.3.20",
33 "mocha": "^2.3.2"
34 },
35 "peerDependencies": {
36 "react": "^0.12.0"
37 }
38}