forked from ProjectSideline/ProjectSideline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "projectsideline",
"version": "1.0.0",
"description": "An App to assist coaches",
"main": "public/index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --use_strict public/index.html",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSideline/ProjectSideline.git"
},
"author": "N.Sonhouse, M.Mensah, I. Maynard",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectSideline/ProjectSideline/issues"
},
"homepage": "https://github.com/ProjectSideline/ProjectSideline#readme",
"dependencies": {
"body-parser": "^1.17.2",
"browser": "^0.2.6",
"express": "^4.15.3",
"material-ui": "^0.18.6",
"mocha": "^3.4.2",
"mongodb": "^2.2.30",
"mongoose": "^4.11.3",
"nightmare": "^2.10.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-tap-event-plugin": "^2.0.1",
"validator": "^6.2.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.3.0"
}
}