Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / xmlbuilder / package.json
Size: Mime:
{
  "name": "xmlbuilder",
  "version": "0.4.3",
  "keywords": [ "xml",  "xmlbuilder" ],
  "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  "description": "An XML builder for node.js",
  "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  },
  "bugs": {
    "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  },
  "main": "./lib/index",
  "engines": {
    "node": ">=0.2.0"
  },
  "devDependencies": {
    "coffee-script": "1.1.x"
  },
  "scripts": {
    "prepublish": "make release",
    "postpublish": "make clean",
    "test": "make test"
  }
}