yiisoft/yii2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yii2",
  "description": "a modern PHP framework designed for professional Web development",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "test": "tests/js/tests"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "jsdom": "11.11.0",
    "leche": "^2.2.3",
    "mocha": "^5.2.0",
    "mocha-jsdom": "^2.0.0",
    "sinon": "^1.17.6"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha tests/js/tests/*.test.js --timeout 0 --colors"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yiisoft/yii2.git"
  },
  "keywords": [
    "php",
    "framework"
  ],
  "author": "",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/yiisoft/yii2/issues"
  },
  "homepage": "https://github.com/yiisoft/yii2"
}