-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 898 Bytes
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
{
"name": "FriendsAndGuests",
"version": "1.0.0",
"description": "",
"main": "fng.js",
"repository": "https://github.com/patricesf/fng.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --progress --colors --port 8090",
"start": "node index.js",
"postinstall": "npm run build",
"build": "webpack"
},
"author": "patrice.pominville@gmail.com",
"license": "ISC",
"dependencies": {
"react": "^0.13.3",
"react-router": "^1.0.0-beta3",
"jquery": "^2.1.4",
"express": "^4.12.4",
"compression": "^1.5.0",
"cors": "^2.7.1",
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.3.1",
"css-loader": "^0.15.1",
"jsx-loader": "^0.13.2",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.1"
}
}