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    
exotic-structures / package.json
Size: Mime:
{
  "name": "exotic-structures",
  "version": "1.2.7",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/typings/index.d.ts",
  "author": "James <aretecode@gmail.com>",
  "description": "https://tc39.github.io/ecma262/#sec-exotic-object coming soon, to change javascript forever.",
  "scripts": {
    "prepublish": "make publish"
  },
  "dependencies": {
    "chain-able-boost": "^6.0.0-beta.7"
  },
  "devDependencies": {
    "typescript": "next"
  }
}