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

sweetjs-0.2.5.node_modules.sweet.js.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "sweet.js",
  "description": "Hygienic Macros for JavaScript",
  "main": "lib/sweet.js",
  "version": "0.2.5",
  "engines": {
    "node": ">=0.4.0"
  },
  "author": "Tim Disney",
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/mozilla/sweet.js/master/LICENSE.BSD"
    }
  ],
  "scripts": {
    "test": "node build"
  },
  "directories": {
    "test": "test"
  },
  "bin": {"sjs": "bin/sjs"},
  "dependencies": {
    "expect.js": "~0.1.2",
    "optimist": "~0.3.4",
    "underscore": "~1.3.3",
    "escodegen": "0.0.27",
    "es6-collections": "0.2.x"
  },
  "devDependencies": {
    "mocha": "~1.3.2",
    "expect.js": "0.1.x",
    "shelljs": "0.1.x",
    "benchmark": "1.0.x"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/sweet.js.git"
  },
  "keywords": [
    "macros",
    "javascript"
  ],
  "license": "BSD"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy