-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1017 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
36
37
38
39
40
41
42
{
"name": "unfriendzoneme",
"version": "1.0.0",
"description": "",
"main": "public/bundle.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fan-jin/unfriendzoneme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fan-jin/unfriendzoneme/issues"
},
"homepage": "https://github.com/fan-jin/unfriendzoneme#readme",
"dependencies": {
"axios": "^0.12.0",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"body-parser": "^1.15.1",
"dns": "^0.2.2",
"express": "^4.13.4",
"foreman": "1.4.1",
"fs": "0.0.2",
"json": "^9.0.3",
"net": "^1.0.2",
"nodemailer": "^2.4.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"tls": "0.0.1",
"urlencode": "^1.1.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}