mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-20 00:32:19 +01:00
Updated Node (6 -> 20), NPM (6 -> 10), jsdom (11.11.0 -> 24.1.0), leche (2.2.3 -> 2.3.0), mocha (5.2.0 -> 6.2.3)
36 lines
805 B
JSON
36 lines
805 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",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|