All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.bower_components.json5.package.json Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
{
    "name": "json5",
    "version": "0.4.0",
    "description": "JSON for the ES5 era.",
    "keywords": [
        "json",
        "es5"
    ],
    "author": "Aseem Kishore ",
    "license": "MIT",
    "contributors": [
        "Max Nanasy ",
        "Andrew Eisenberg "
    ],
    "main": "lib/json5.js",
    "bin": "lib/cli.js",
    "dependencies": {},
    "devDependencies": {
        "mocha": "~1.0.3"
    },
    "scripts": {
        "build": "./lib/cli.js -c package.json5",
        "test": "mocha --ui exports --reporter spec"
    },
    "homepage": "http://json5.org/",
    "repository": {
        "type": "git",
        "url": "https://github.com/aseemk/json5.git"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy