UNPKG

627 BJSONView Raw
1{
2 "name": "freddo",
3 "version": "1.2.1",
4 "description": "A minimal assertion testing framework for APIs",
5 "main": "index.js",
6 "repository": "meeshkan/freddo",
7 "author": {
8 "name": "Meeshkan",
9 "url": "http://meeshkan.com/"
10 },
11 "scripts": {
12 "test": "ava"
13 },
14 "license": "MIT",
15 "dependencies": {
16 "got": "^9.6.0",
17 "jspath": "^0.4.0"
18 },
19 "devDependencies": {
20 "ava": "^2.4.0",
21 "sinon": "^7.5.0"
22 },
23 "keywords": [
24 "assertion",
25 "assertions",
26 "integration",
27 "testing",
28 "api"
29 ],
30 "ava": {
31 "files": [
32 "test/test.js",
33 "!test/runkit.js"
34 ]
35 }
36}