-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.75 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
{
"name": "rc-phone-keyboard",
"version": "1.0.0",
"description": "React PhoneKeyboard",
"keywords": [
"react",
"pchange",
"react-phone-keyboard",
"rc-phone-keyboard",
"phone-keyboard"
],
"files": [
"lib",
"es",
"assets/*.css"
],
"main": "lib/index",
"module": "es/index",
"homepage": "http://github.com/pchange/rc-phone-keyboard",
"maintainers": [
],
"repository": {
"type": "git",
"url": "[email protected]:pchange/rc-phone-keyboard.git"
},
"bugs": {
"url": "http://github.com/pchange/rc-phone-keyboard/issues"
},
"license": "MIT",
"config": {
"port": 8000
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"lint": "eslint --ext .js ./",
"precommit": "npm run lint",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"prepublish": "rc-tools run guard",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage"
},
"devDependencies": {
"async": "~0.9.0",
"bootstrap": "~3.3.2",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"expect.js": "~0.3.1",
"jquery": "~1.11.2",
"object-assign": "~4.0.1",
"pre-commit": "1.x",
"rc-test": "^6.0.1",
"rc-tools": "6.x",
"react": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "^6.23.0",
"prop-types": "^15.5.8"
}
}