squarewolf/node-neuter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "neuter",
  "version": "0.1.6",
  "description": "Unifies javascript source files in the order you require",
  "homepage": "https://github.com/squarewolf/node-neuter",
  "bugs": "https://github.com/squarewolf/node-neuter/issues",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec --ui bdd test/*_test.js"
  },
  "keywords": [
    "neuter",
    "require",
    "combine",
    "unify"
  ],
  "author": "Thomas Vervest <thomas@squarewolf.nl> (http://www.squarewolf.nl)",
  "contributors": [
    "Ben Schuedzig (https://github.com/bschuedzig)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/squarewolf/node-neuter.git"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^8.0.2"
  },
  "dependencies": {
    "async": "^1.5.0",
    "esprima": "^2.7.1",
    "glob": "^7.0.3",
    "lodash": "^4.6.1",
    "source-map": "^0.5.3",
    "vinyl": "^1.1.0"
  },
  "engines": {
    "node": "0.10.x"
  }
}