-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1.12 KB
/
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": "js-bin",
"version": "1.0.0",
"description": "Javascript Pair Programming Tool Built with React, Web Workers and Express.",
"main": "Server/index.js",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"parcel-bundler": "^1.9.7",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"socket.io": "^2.1.1"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node Server/index.js",
"build:admin": "parcel build React/Admin/index.html --out-dir build/admin --public-url=/admin",
"build:bin": "parcel build React/Bin/index.html --out-dir build/bin --public-url=/bin",
"build:login": "parcel build React/ReactLogin/index.html --out-dir build/login --public-url=/login"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G0ldenSp00n/JS-Bin.git"
},
"author": "selcuk",
"license": "ISC",
"bugs": {
"url": "https://github.com/G0ldenSp00n/JS-Bin/issues"
},
"homepage": "https://github.com/G0ldenSp00n/JS-Bin#readme"
}