Files
yii2/package.json
2025-10-14 12:40:35 +03:00

38 lines
900 B
JSON

{
"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",
"eslint": "^9.37.0",
"jsdom": "24.1.0",
"leche": "^2.3.0",
"mocha": "^6.2.3",
"mocha-jsdom": "^2.0.0",
"sinon": "^1.17.6"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests/js/tests/*.test.js --timeout 0 --colors",
"lint": "eslint --max-warnings=79 ./framework/assets ./tests/js"
},
"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"
}