-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 865 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
{
"name": "react-style-proptype",
"version": "3.2.2",
"description": "validates style objects by ensuring they only have valid keys",
"main": "src/index.js",
"scripts": {
"test": "node src/__test__/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brigand/react-style-proptype.git"
},
"keywords": [
"react",
"proptype",
"validation",
"devtool",
"style",
"css"
],
"author": "Frankie Bagnardi <f.bagnardi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brigand/react-style-proptype/issues"
},
"homepage": "https://github.com/brigand/react-style-proptype#readme",
"dependencies": {
"prop-types": "^15.5.4"
},
"devDependencies": {
"cheerio": "^0.20.0",
"flow-bin": "^0.57.3",
"superagent": "^1.8.3",
"tape": "^4.5.1"
}
}