forked from yiisoft/yii2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 806 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}