-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
34
35
{
"name": "final-project",
"version": "1.0.0",
"description": "To use: clone the repository npm install [email protected]",
"main": "server.js",
"dependencies": {
"@blueprintjs/core": "^1.33.0",
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"bootstrap-multiselect": "^0.9.13-1",
"express": "^4.16.2",
"handlebars": "^4.0.11",
"react": "^16.1.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.1.1",
"request": "^2.81.0"
},
"devDependencies": {
"webpack": "^3.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcaseyal/cs448b-final-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hcaseyal/cs448b-final-project/issues"
},
"homepage": "https://github.com/hcaseyal/cs448b-final-project#readme"
}