forked from hustcc/react-adsense
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "react-adsense-ad",
"version": "3.4.0",
"description": "A Simple React component for Google AdSense ads.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src",
"clean": "rimraf lib",
"test": "npm run lint",
"build": "npm run clean && cross-env NODE_ENV=production babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aj-anuragjain/react-adsense.git"
},
"keywords": [
"react",
"component",
"react-component",
"adsense",
"google adsense",
"advertisement",
"react adsense"
],
"author": "aj-anuragjain (http://github.com/aj-anuragjain)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aj-anuragjain/react-adsense/issues"
},
"homepage": "https://github.com/aj-anuragjain/react-adsense",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.0.0",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.0.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"prop-types": ">=15.0.0"
},
"dependencies": {}
}