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.
 
 
 
 
 

35 lines
801 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": "^9.8.3",
"leche": "^2.1.2",
"mocha": "^3.1.2",
"mocha-jsdom": "^1.1.0",
"sinon": "^1.17.6"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/js/tests/*.test.js --timeout 0"
},
"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"
}