1234567891011121314151617181920212223242526272829 |
- {
- "name": "json2module",
- "version": "0.0.3",
- "description": "Convert a JSON object to an ES6 module.",
- "keywords": [
- "json",
- "es6",
- "module"
- ],
- "homepage": "https://github.com/mbostock/json2module",
- "license": "BSD-3-Clause",
- "author": {
- "name": "Mike Bostock",
- "url": "http://bost.ocks.org/mike"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/mbostock/json2module.git"
- },
- "bin": {
- "json2module": "./bin/json2module"
- },
- "scripts": {
- "postpublish": "git push && git push --tags"
- },
- "dependencies": {
- "rw": "^1.3.2"
- }
- }
|