phantasy-json
Version:
Type-safe and functional utilities for dealing with JSON data
53 lines (52 loc) • 1.37 kB
JSON
{
"name": "phantasy-json",
"version": "0.1.2",
"description": "Type-safe and functional utilities for dealing with JSON data",
"scripts": {
"build": "make clean && make",
"dev": "babel-node",
"flow": "flow",
"lint": "eslint src test",
"test:unit": "babel-tape-runner $(\\find test | \\grep \\.js) | tap-diff",
"test": "npm-run-all lint flow test:unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkuminecz/phantasy-json.git"
},
"keywords": [
"json",
"phantasy",
"flow"
],
"author": "Tim Kuminecz <tkuminecz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tkuminecz/phantasy-json/issues"
},
"homepage": "https://github.com/tkuminecz/phantasy-json#readme",
"main": "lib/main.js",
"jsnext:main": "src/main.js",
"files": [
"lib/"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-flow": "^1.0.0",
"babel-preset-stage-1": "^6.16.0",
"babel-tape-runner": "^2.0.1",
"eslint": "^3.12.2",
"eslint-config-proper": "^0.5.0",
"flow-bin": "^0.37.4",
"npm-run-all": "^4.0.0",
"tap-diff": "^0.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"flow-helpers": "^0.1.1",
"phantasy": "^0.11.1",
"phantasy-validation": "^0.2.0",
"validated": "^0.9.0"
}
}