-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.95 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.95 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "react-drill",
"version": "4.0.0",
"description": "React DOM test utils.",
"main": "lib/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint 'lib/**/*.js' 'addons/**/*.js'",
"test": "./node_modules/karma/bin/karma start --single-run --browsers Firefox",
"prepublish": "npm run lint && npm run test"
},
"files": [
"addons",
"lib",
"CHANGES.md",
"README.md",
"UPGRADE.md"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/amireh/react-drill.git"
},
"keywords": [
"react",
"test",
"utils",
"dom"
],
"author": "Ahmad Amireh",
"license": "MIT",
"bugs": {
"url": "https://github.com/amireh/react-drill/issues"
},
"homepage": "https://github.com/amireh/react-drill#readme",
"devDependencies": {
"babel-loader": "7.1.3",
"babel-plugin-istanbul": "4.1.5",
"babel-preset-react": "6.24.1",
"blessed": "x",
"chai": "^3.3.0",
"chai-assert-change": "1.0.0",
"cheerio": "1.0.0-rc.2",
"create-react-class": "15.6.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"istanbul": "0.4.5",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "0.2.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "2.0.11",
"megadoc-cli": "6.5.0",
"megadoc-compiler": "6.5.0",
"megadoc-preset-js": "6.5.0",
"megadoc-theme-minimalist": "6.0.0",
"mocha": "5.0.1",
"object-assign": "4.1.0",
"pikaday": "1.7.0",
"prop-types": "15.6.1",
"react": "16.14.0",
"react-blessed": "0.x",
"react-dom": "16.7.0",
"sinon": "4.4.2",
"webpack": "3.11.0"
},
"optionalDependencies": {},
"peerDependencies": {
"react": ">=0.14.1 <=16.7.0",
"react-dom": ">=0.14.1 <=16.7.0"
},
"dependencies": {
"assertion-error": "^1.0.1",
"invariant": "^2.2.2",
"jquery": "^3.1.1"
}
}