-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
80 lines (80 loc) · 2.3 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
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
78
79
80
{
"name": "bill",
"version": "3.2.6",
"description": "css selectors for React Elements",
"main": "lib/index.js",
"scripts": {
"tdd": "karma start",
"test-current": "karma start --single-run",
"test": "npm run react:13 && npm run test-current && npm run react:14 && npm run test-current && npm run react:15.3 && npm run test-current && npm run react:15.4 && npm run test-current",
"lint": "eslint src",
"react:clean": "rimraf node_modules/react node_modules/react-dom",
"react:13": "npm run react:clean && npm i [email protected]",
"react:14": "npm run react:clean && npm i [email protected] && npm i [email protected]",
"react:15.3": "npm run react:clean && npm i [email protected] && npm i [email protected]",
"react:15.4": "npm run react:clean && npm i [email protected] && npm i [email protected]",
"build": "babel src --out-dir lib && cpy ./README.md ./lib",
"release": "release"
},
"repository": {
"type": "git",
"url": "https://github.com/jquense/bill"
},
"keywords": [
"react",
"test",
"query",
"css",
"selector",
"react-component",
"tree",
"traversal",
"react element",
"node"
],
"author": "jquense",
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/bill/issues"
},
"homepage": "https://github.com/jquense/bill",
"peerDependencies": {
"react": "^0.13.0 || ^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel": "^5.8.35",
"babel-core": "^5.8.25",
"babel-eslint": "^5.0.0",
"babel-loader": "^5.3.2",
"chai": "^3.3.0",
"cpy": "^3.4.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^4.1.0",
"immutable": "^3.7.6",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-sinon": "^1.0.4",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"mt-changelog": "^0.6.2",
"react": "^0.13.0 || ^0.14.0",
"release-script": "^1.0.2",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.2"
},
"dependencies": {
"css-selector-parser": "^1.1.0",
"escape-regexp": "0.0.1",
"fn-name": "^2.0.1",
"lodash": "^3.10.1",
"semver": "^5.1.0"
},
"release-script": {
"altPkgRootFolder": "lib"
}
}