HuasoFoundries/systemjs-riot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "systemjs-riot",
  "version": "1.4.10",
  "description": "RiotJS loader plugin for jspm/systemjs and requirejs",
  "main": "systemjs-riot.js",
  "engines": {
    "node": "8.11.x || 4.2.x"
  },
  "readmeFilename": "README.md",
  "files": [
    "systemjs-riot.js",
    "requirejs-riot.js",
    "README.md"
  ],
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HuasoFoundries/systemjs-riot"
  },
  "keywords": [
    "jspm",
    "systemjs",
    "requirejs",
    "riotjs",
    "loader",
    "plugin"
  ],
  "author": "Felipe Figueroa <amenadiel@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HuasoFoundries/systemjs-riot/issues"
  },
  "homepage": "https://github.com/HuasoFoundries/systemjs-riot",
  "devDependencies": {
    "babel-eslint": "^8.2.5",
    "eslint": "^4.19.1",
    "jspm": "^0.17.0-beta.48",
    "mocha": "^5.2.0",
    "requirejs": "^2.3.5",
    "riot": "^2.6.8",
    "serve": "^9.6.0"
  },
  "jspm": {
    "format": "esm",
    "registry": "jspm",
    "devDependencies": {
      "assert": "npm:jspm-nodelibs-assert@^0.2.0",
      "plugin-babel": "npm:systemjs-plugin-babel@^0.0.25",
      "vm": "npm:jspm-nodelibs-vm@^0.2.0"
    },
    "peerDependencies": {
      "fs": "npm:jspm-nodelibs-fs@^0.2.0",
      "path": "npm:jspm-nodelibs-path@^0.2.0",
      "process": "npm:jspm-nodelibs-process@^0.2.0",
      "riot-compiler": "npm:riot-compiler@2"
    }
  }
}