-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 865 Bytes
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
{
"name": "react-gpt-ad",
"version": "1.0.0",
"description": "A React GPTAd component",
"main": "GPTAd.js",
"scripts": {
"build": "npm run transpile",
"transpile": "babel -d lib/ src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/veeracs/react-gpt-ad.git"
},
"keywords": [
"React",
"GPT",
"Ads",
"Component"
],
"author": "Chandra Sekhar Veera <veeracs@icloud.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/veeracs/react-gpt-ad/issues"
},
"homepage": "https://github.com/veeracs/react-gpt-ad#readme",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"react": "^15.4.0"
},
"dependencies": {
"classnames": "2.2.5",
"react": "15.4.0"
}
}