-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
31 lines (31 loc) · 860 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
{
"name": "steam-auth-web-util",
"version": "1.1.0",
"description": "Tiny browser utility to generate Steam auth codes.",
"author": {
"name": "Michael Scholtz",
"email": "michael.scholtz@outlook.com"
},
"homepage": "http://scholtzm.github.io/steam-auth-web-util/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scholtzm/steam-auth-web-util.git"
},
"dependencies": {
"create-react-class": "^15.6.2",
"gh-pages": "^1.0.0",
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.17",
"steam-totp": "1.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build"
}
}