UNPKG

1.58 kBJSONView Raw
1{
2 "name": "hamjest",
3 "version": "3.2.1",
4 "main": "index.js",
5 "description": "A library of composable matchers for defining meaningful and readable assertions in JavaScript.",
6 "homepage": "https://github.com/rluba/hamjest",
7 "author": {
8 "name": "Raphael Luba",
9 "email": "raphael@leanbyte.com",
10 "url": "https://github.com/rluba"
11 },
12 "keywords": [
13 "hamjest",
14 "hamcrest",
15 "matcher",
16 "matchers",
17 "assertThat",
18 "node",
19 "promiseThat",
20 "promise",
21 "promises"
22 ],
23 "bugs": {
24 "url": "https://github.com/rluba/hamjest/issues"
25 },
26 "license": "MIT",
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/rluba/hamjest.git"
30 },
31 "scripts": {
32 "test": "gulp test",
33 "test:browser": "gulp test:browser",
34 "lint": "gulp lint",
35 "build": "gulp"
36 },
37 "engines": {
38 "node": ">=0.10.0"
39 },
40 "dependencies": {
41 "assertion-error": "~1.0.0",
42 "bluebird": "^3.3.4",
43 "lodash": "^4.17.11"
44 },
45 "devDependencies": {
46 "babel-preset-es2015": "^6.6.0",
47 "babelify": "^7.2.0",
48 "browserify": "^11.2.0",
49 "del": "^2.2.0",
50 "eslint": "^1.6.0",
51 "eslint-config-leanbyte": "^1.1.0",
52 "gulp": "^3.9.0",
53 "gulp-eslint": "^1.0.0",
54 "gulp-load-plugins": "^1.0.0-rc.1",
55 "gulp-mocha": "^2.1.3",
56 "gulp-rename": "^1.2.2",
57 "gulp-uglify": "^1.4.1",
58 "karma": "^0.13.21",
59 "karma-chrome-launcher": "^0.2.2",
60 "karma-firefox-launcher": "^0.1.7",
61 "karma-mocha": "^0.2.2",
62 "mocha": "^2.0.1",
63 "vinyl-buffer": "^1.0.0",
64 "vinyl-source-stream": "^1.1.0"
65 }
66}