timrwood/includer

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "includer",
  "version": "0.1.1",
  "description": "Concat javascript with include statements",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timrwood/includer.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timrwood/includer/issues"
  },
  "homepage": "https://github.com/timrwood/includer",
  "devDependencies": {
    "mocha": "~1.14.0"
  },
  "dependencies": {
    "glob": "~3.2.8",
    "q": "~1.0.0"
  }
}