Sha256: d6730afd61f6cd97d6ba9c7b1a7a3e2d3ae661d1c9809836d5f5358a9c03f2a2

Contents?: true

Size: 878 Bytes

Versions: 1

Compression:

Stored size: 878 Bytes

Contents

{
  "name": "cusip_style_luhn_mod_n",
  "version": "0.1.0",
  "description": "CUSIP-style luhn mod N",
  "main": "javascripts/cusip_style_luhn_mod_n.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wealthsimple/cusip_style_luhn_mod_n.git"
  },
  "author": "Marc Duez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wealthsimple/cusip_style_luhn_mod_n/issues"
  },
  "engines": {
    "node": ">=8.2.1"
  },
  "homepage": "https://github.com/wealthsimple/cusip_style_luhn_mod_n#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "karma": "^1.7.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-spec-reporter": "0.0.31",
    "mocha": "^3.5.3"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cusip_style_luhn_mod_n-0.1.0 package.json