-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 872 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 872 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
{
"name": "vieux-example-chat-es6",
"version": "0.0.1",
"description": "An example chat application with ES6",
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"css-loader": "^0.14.5",
"html-webpack-plugin": "^1.6.1",
"node-libs-browser": "^0.5.2",
"politburo": "1.1.1",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"build:dev": "webpack",
"build:prod": "BUNDLE=1 webpack",
"server": "webpack-dev-server --port 1973"
},
"repository": {
"type": "git",
"url": "https://github.com/vieuxio/example-chat-es6"
},
"bugs": {
"url": "https://github.com/vieuxio/example-chat-es6/issues"
},
"homepage": "https://github.com/vieuxio/example-chat-es6",
"author": "Armagan Amcalar <[email protected]>",
"license": "MIT"
}