UNPKG

1.47 kBJSONView Raw
1{
2 "name": "jsverify",
3 "description": "Property-based testing for JavaScript.",
4 "version": "0.5.2",
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 "licenses": [
19 {
20 "type": "MIT",
21 "url": "https://github.com/jsverify/jsverify/blob/master/LICENSE"
22 }
23 ],
24 "main": "lib/jsverify",
25 "engines": {
26 "node": ">= 0.8.0"
27 },
28 "scripts": {
29 "test": "make test"
30 },
31 "devDependencies": {
32 "browserify": "^9.0.3",
33 "chai": "^2.0.0",
34 "david": "^6.0.1",
35 "eslint": "^0.16.1",
36 "esprima": "~2.1.0",
37 "istanbul": "~0.3.0",
38 "jscs": "^1.6.2",
39 "jshint": "~2.6.0",
40 "karma": "~0.12.1",
41 "karma-chrome-launcher": "~0.1.2",
42 "karma-cli": "0.0.4",
43 "karma-firefox-launcher": "~0.1.3",
44 "karma-jasmine": "~0.3.1",
45 "karma-mocha": "~0.1.3",
46 "ljs": "~0.3.0",
47 "lodash": "^3.5.0",
48 "mocha": "^2.1.0",
49 "npm-freeze": "^0.1.3",
50 "q": "~2.0.2",
51 "underscore": "^1.8.2",
52 "when": "~3.7.2"
53 },
54 "keywords": [
55 "testing",
56 "unit testing",
57 "TDD",
58 "property-based testing",
59 "quickcheck",
60 "quick check",
61 "jscheck"
62 ],
63 "dependencies": {
64 "rc4": "~0.1.2",
65 "typify-parser": "0.0.1"
66 }
67}