-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "filter-react-dom-props",
"version": "0.0.2",
"description": "filter react invalid dom props",
"main": "lib/index.js",
"scripts": {
"dev": "babel src --out-dir lib -w",
"build": "babel src --out-dir lib",
"test": "mocha --check-leaks --compilers js:babel-core/register",
"prepublish": "npm run build"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"mocha": "^2.5.3"
},
"keywords": [
"react",
"invalid props",
"invalid dom props",
"filter props",
"dom props"
],
"repository": {
"type": "git",
"url": "https://github.com/twobin/filter-react-dom-props.git"
},
"author": "twobin",
"bugs": {
"url": "https://github.com/twobin/filter-react-dom-props/issues"
},
"homepage": "https://github.com/twobin/filter-react-dom-props",
"dependencies": {
},
"files": [
"src",
"lib",
"*.md"
],
"license": "ISC"
}