-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
{
"name": "react_web_app",
"version": "1.0.0",
"description": "samall web app",
"main": "index.js",
"dependencies": {
"axios": "^0.17.0",
"bootstrap": "^3.3.5",
"browserify": "^11.0.1",
"events": "^1.1.1",
"flux": "^2.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^0.15.0",
"gulp-live-server": "0.0.31",
"gulp-open": "^1.0.0",
"html": "^1.0.0",
"jquery": "^2.1.4",
"lodash": "^4.17.4",
"object-assign": "^4.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"toastr": "^2.1.2",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caiman90/react_web_app.git"
},
"keywords": [
"REACT"
],
"author": "Rejhan Hrnjic",
"license": "ISC",
"bugs": {
"url": "https://github.com/caiman90/react_web_app/issues"
},
"homepage": "https://github.com/caiman90/react_web_app#readme"
}