-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 823 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
36
37
38
{
"author": "Andrew Hanna <percyhanna@gmail.com>",
"name": "chai-react",
"description": "React assertions for the Chai assertion library",
"keywords": [
"test",
"assertion",
"assert",
"testing",
"react"
],
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/percyhanna/chai-react"
},
"bugs": {
"url": "https://github.com/percyhanna/chai-react/issues"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"main": "./chai-react",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"chai": "1",
"chai-array": "0.0.1",
"core-js": "^2.6.5",
"create-react-class": "^15.6.3",
"envify": "^1.2.1",
"mocha": "1",
"mocha-phantomjs": "3",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}