-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 861 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
{
"name": "react-auth-iframe",
"version": "1.0.1",
"description": "A component to create <iframe> with a URL that demands authentication in the headers",
"main": "dist/index.js",
"scripts": {
"start": "babel -w --presets airbnb src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/enriquemorenotent/react-auth-iframe.git"
},
"keywords": [
"react",
"iframe",
"authentication"
],
"author": "Enrique Moreno Tent",
"license": "MIT",
"bugs": {
"url": "https://github.com/enriquemorenotent/react-auth-iframe/issues"
},
"homepage": "https://github.com/enriquemorenotent/react-auth-iframe#readme",
"dependencies": {
"react": "^16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"babel-preset-airbnb": "^3.2.0"
}
}