UNPKG

1.42 kBJSONView Raw
1{
2 "name": "jsverify",
3 "description": "Property-based testing for JavaScript.",
4 "version": "0.6.0",
5 "homepage": "http://jsverify.github.io/",
6 "author": {
7 "name": "Oleg Grenrus",
8 "email": "oleg.grenrus@iki.fi",
9 "url": "http://oleg.fi"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/jsverify/jsverify.git"
14 },
15 "bugs": {
16 "url": "https://github.com/jsverify/jsverify/issues"
17 },
18 "license": "MIT",
19 "main": "lib/jsverify",
20 "engines": {
21 "node": ">= 0.8.0"
22 },
23 "scripts": {
24 "test": "make test"
25 },
26 "devDependencies": {
27 "bluebird": "^2.9.14",
28 "browserify": "^10.0.0",
29 "chai": "^3.0.0",
30 "david": "^6.0.1",
31 "eslint": ">=0.23.0 <1.0.0",
32 "esprima": "^2.2.0",
33 "istanbul": "~0.3.0",
34 "jscs": "^1.6.2",
35 "jshint": "^2.7.0",
36 "karma": "~0.12.1",
37 "karma-chrome-launcher": "^0.2.0",
38 "karma-cli": "^0.1.0",
39 "karma-firefox-launcher": "~0.1.3",
40 "karma-jasmine": "~0.3.1",
41 "karma-mocha": "^0.2.0",
42 "ljs": "~0.3.0",
43 "lodash": "^3.9.3",
44 "mocha": "^2.1.0",
45 "npm-freeze": "^0.1.3",
46 "q": "~2.0.2",
47 "underscore": "^1.8.2",
48 "when": "~3.7.2"
49 },
50 "keywords": [
51 "testing",
52 "unit testing",
53 "TDD",
54 "property-based testing",
55 "quickcheck",
56 "quick check",
57 "jscheck"
58 ],
59 "dependencies": {
60 "lazy-seq": "~0.2.0",
61 "rc4": "~0.1.5",
62 "typify-parser": "0.0.1"
63 }
64}