@gocardless/stubby
Version:
AJAX Testing Stub Library
71 lines (70 loc) • 1.45 kB
JSON
{
"name": "@gocardless/stubby",
"description": "AJAX Testing Stub Library",
"version": "0.0.10",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "jest",
"build": "./script/build",
"demo": "./script/demo",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gocardless/stubby.git"
},
"keywords": [
"stubby",
"pretender",
"ajax",
"testing",
"mocking"
],
"contributors": [
{
"name": "Iain Nash"
},
{
"name": "Jack Franklin",
"email": "jack@jackfranklin.net"
},
{
"name": "Walter Carvalho",
"email": "waltervascarvalho@gmail.com"
},
{
"name": "Philip Harrison",
"email": "philip@mailharrison.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gocardless/stubby/issues"
},
"homepage": "https://github.com/gocardless/stubby",
"dependencies": {
"lodash": "^4.17.11",
"pretender": "^0.10.1",
"query-string": "^2.4.2",
"route-recognizer": "^0.1.9",
"tv4": "^1.2.7"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"browserify": "^10.1.3",
"eslint": "^5.8.0",
"fake-xml-http-request": "^2.0.0",
"jest": "^23.6.0",
"uglifyjs": "^2.4.10",
"url-parse": "^1.4.1"
},
"jest": {
"verbose": true,
"setupFiles": [
"<rootDir>/setupTests.js"
]
}
}