vesln/refractory

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "refractory",
  "version": "0.0.3",
  "description": "Thin require wrapper that will allow you to load files from conventional paths",
  "keywords": ["require"],
  "main": "lib/refractory",
  "homepage": "https://github.com/vesln/refractory",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha test/*.test.js",
    "pretest": "./node_modules/.bin/jshint .",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha test/*.test.js",
    "coveralls": "istanbul cover ./node_modules/.bin/_mocha test/*.test.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vesln/refractory.git"
  },
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.1",
    "jshint": "~2.3.0",
    "coveralls": "~2.3.0",
    "istanbul": "~0.1.44"
  }
}