Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
806 B

{
"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"
}