maael/electron-jade-protocol

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "electron-jade-protocol",
  "version": "1.0.0",
  "description": "A jade protocol for electron.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "jade",
    "electron",
    "protocol"
  ],
  "author": "Matthew Elphick",
  "license": "MIT",
  "dependencies": {
    "jade": "^1.11.0",
    "lodash.assign": "^4.0.2",
    "mime": "^1.3.4"
  },
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maael/electron-jade-protocol"
  },
  "bugs": {
    "url": "https://github.com/maael/electron-jade-protocol/issues"
  },
  "homepage": "https://github.com/maael/electron-jade-protocol"
}