pocka/rusted

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rusted",
  "version": "1.0.0",
  "description": "Rust like enum, Result and Option for javascript",
  "main": "lib/index.js",
  "scripts": {
    "test": "$(npm bin)/babel-node ./node_modules/mocha/bin/_mocha",
    "cover": "$(npm bin)/babel-node ./node_modules/isparta/bin/isparta cover --report lcov --report html ./node_modules/mocha/bin/_mocha",
    "coveralls": "$(npm bin)/babel-node ./node_modules/isparta/bin/isparta cover --report lcovonly ./node_modules/mocha/bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pocka/rusted.git"
  },
  "keywords": [
    "rust",
    "enum",
    "result",
    "option"
  ],
  "author": "pocka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pocka/rusted/issues"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "grunt": "~0.4.5",
    "mocha": "~2.4.5",
    "grunt-babel": "~6.0.0",
    "grunt-este-watch": "git://github.com/pocka/grunt-este-watch",
    "babel-preset-es2015": "~6.3.13",
    "babel-core": "~6.4.5",
    "babel-cli": "~6.4.5",
    "isparta": "~4.0.0",
    "coveralls": "~2.11.6"
  },
  "dependencies": {}
}