-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 1.98 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
81
{
"name": "pick-react-known-prop",
"version": "0.1.5",
"description": "filters unknown dom properties from props object",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {
"build": "rimraf build && webpack",
"prestart": "npm run build",
"pretest": "npm run build",
"test": "mocha dist/test.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyv/pick-react-known-prop.git"
},
"keywords": [
"react",
"unknown",
"props"
],
"author": "Yuri Tkachenko <yuri@yandex.ua>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tyv/pick-react-known-prop/issues"
},
"homepage": "https://github.com/tyv/pick-react-known-prop#readme",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-config-ubergrape": "^3.0.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^5.2.2",
"lodash": "^4.17.4",
"mocha": "^2.4.5",
"rimraf": "^2.5.1",
"webpack": "^1.12.12"
},
"dependencies": {
"html-attributes": "^1.1.0",
"lodash.isplainobject": "^4.0.6",
"svg-attributes": "^1.0.0"
},
"contributors": [
{
"name": "Tvrqvoise",
"email": "",
"url": "https://github.com/Tvrqvoise",
"contributions": 1,
"additions": 111,
"deletions": 23,
"hireable": null
},
{
"name": "Anshul Sahni",
"email": "anshul_sahni@live.com",
"url": "https://github.com/anshulsahni",
"contributions": 4,
"additions": 3,
"deletions": 90,
"hireable": true
},
{
"name": "Yuri Tkachenko",
"email": "yuri@ya.ru",
"url": "https://github.com/tyv",
"contributions": 4,
"additions": 284,
"deletions": 28,
"hireable": null
}
]
}