mjackson/grand

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grand",
  "version": "1.1.0",
  "description": "Generate random data",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mjackson/grand.git"
  },
  "keywords": [
    "generate",
    "random",
    "data"
  ],
  "author": "Michael Jackson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mjackson/grand/issues"
  },
  "devDependencies": {
    "expect": "^1.1.0",
    "jshint": "^2.5.11",
    "mocha": "^2.1.0",
    "request": "^2.28.0",
    "xml2js": "^0.4.0"
  },
  "scripts": {
    "test": "jshint . && mocha --reporter spec 'tests/*-test.js'",
    "update-locales": "node scripts/print-locales.js > data/locales.json",
    "update-timezones": "node scripts/print-timezones.js > data/timezones.json"
  },
  "browser": {
    "fs": false
  }
}