UNPKG

@f5io/jsont

Version:

Transform JSON Objects with ES6/2015 template strings

49 lines (48 loc) 1.64 kB
{ "name": "@f5io/jsont", "version": "1.0.3", "description": "Transform JSON Objects with ES6/2015 template strings", "main": "lib/index.js", "scripts": { "test": "nyc node ./test/harness ./test", "coveralls": "nyc report --reporter=lcov && cat ./coverage/lcov.info | coveralls", "compile": "babel -d lib/ src/", "prepublish": "npm test && npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/f5io/jsont.git" }, "keywords": [ "jsont" ], "author": "Joe Harlow", "license": "MIT", "bugs": { "url": "https://github.com/f5io/jsont/issues" }, "homepage": "https://github.com/f5io/jsont#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-check-es2015-constants": "^6.3.13", "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", "babel-plugin-transform-es2015-classes": "^6.9.0", "babel-plugin-transform-es2015-computed-properties": "^6.3.13", "babel-plugin-transform-es2015-destructuring": "^6.9.0", "babel-plugin-transform-es2015-literals": "^6.3.13", "babel-plugin-transform-es2015-modules-commonjs": "^6.6.0", "babel-plugin-transform-es2015-parameters": "^6.9.0", "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", "babel-plugin-transform-es2015-spread": "^6.3.13", "babel-plugin-transform-es2015-template-literals": "^6.6.0", "babel-register": "^6.9.0", "coveralls": "^2.11.9", "glob": "^7.0.5", "nyc": "^6.6.1", "tape": "^4.6.0" }, "dependencies": { "@f5io/jsonpath": "^1.0.1" } }