json-transforms
Version:
Provides a recursive, pattern-matching approach to transforming JSON data.
35 lines • 1.13 kB
JSON
{
"name": "json-transforms",
"description": "Provides a recursive, pattern-matching approach to transforming JSON data.",
"main": "build/json-transforms.js",
"jsnext:main": "index",
"dependencies": {
"jspath": "^0.3.3"
},
"homepage": "https://github.com/ColinEberhardt/json-transforms",
"repository": {
"type": "git",
"url": "https://github.com/ColinEberhardt/json-transforms"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"jasmine": "^2.4.1",
"rollup": "^0.34.12",
"rollup-plugin-babel": "^2.6.1",
"semantic-release": "^4.3.5"
},
"scripts": {
"lint": "eslint src/**/*.js",
"test": "npm run lint && npm run bundle && jasmine JASMINE_CONFIG_PATH=test/support/jasmine.json",
"bundle": "rollup -c",
"semantic-release": "semantic-release pre && npm run bundle && npm publish && semantic-release post"
},
"author": "",
"license": "MIT",
"version": "1.1.2"
}