-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "chai-match-json",
"version": "0.1.2",
"description": "A Chai plugin for validating JSON paths",
"main": "chai-match-json.js",
"directories": {
"test": "tests"
},
"dependencies": {
"JSONPath": "^0.10.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"chai": "^1.10.0",
"karma": "^0.12.31",
"karma-browserify": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/DingoEatingFuzz/chai-match-json.git"
},
"keywords": [
"chai"
],
"author": "Michael Lange",
"license": "MIT",
"bugs": {
"url": "https://github.com/DingoEatingFuzz/chai-match-json/issues"
},
"homepage": "https://github.com/DingoEatingFuzz/chai-match-json"
}