-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
35 lines (35 loc) · 939 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": "go-mini-social-network",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "fresh -c fresh_runner.conf",
"start:once": "go run main.go",
"dev": "webpack -d --watch",
"build": "webpack -p --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yTakkar/Go-Mini-Social-Network.git"
},
"author": "yTakkar <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yTakkar/Go-Mini-Social-Network/issues"
},
"homepage": "https://github.com/yTakkar/Go-Mini-Social-Network#readme",
"dependencies": {
"handy-notification": "^1.0.26",
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.6.1",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.11.1"
}
}