forked from algolia/expect-jsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 KB
/
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
39
40
{
"name": "expect-jsx",
"version": "2.1.3",
"description": "toEqualJSX for mjackson/expect",
"main": "index-dist.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel index.js -o index-dist.js",
"build:watch": "babel index.js -o index-dist.js -w",
"test": "mocha --opts mocha.opts && eslint .",
"test:watch": "mocha --opts mocha.opts --watch --reporter min",
"shrinkwrap": "npm-shrinkwrap --dev"
},
"author": "Algolia <[email protected]> (https://github.com/algolia/)",
"license": "MIT",
"dependencies": {
"collapse-white-space": "^1.0.0",
"react-element-to-jsx-string": "^2.1.3"
},
"repository": "algolia/expect-jsx",
"keywords": [
"expect",
"expect-extension"
],
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.4",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-config-algolia": "^4.2.0",
"eslint-plugin-react": "^3.8.0",
"expect": "^1.12.2",
"mocha": "^2.3.3",
"npm-shrinkwrap": "^200.4.0",
"react": "^0.14.2"
},
"peerDependencies": {
"expect": "^1.0.0"
}
}