-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "wapipe",
"version": "1.0.0",
"description": "Web App Pipeline --- https://wapipe.com",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AInoob/WAPipe.git"
},
"keywords": [
"WAPipe",
"Web",
"App",
"Pipeline",
"wapipe.com",
"AInoob",
"React",
"Isomorphic",
"React"
],
"author": "AInoob",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AInoob/WAPipe/issues"
},
"homepage": "https://github.com/AInoob/WAPipe#readme",
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"express": "^4.14.0",
"mongodb": "^2.2.22",
"react": "^15.4.2",
"react-addons-update": "^15.4.2",
"react-dom": "^15.4.2",
"react-ga": "^2.1.2",
"react-helmet": "^4.0.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"webpack": "^1.14.0"
}
}