forked from MewsSystems/developers
-
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) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 759 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": "exchange-rate-client",
"version": "1.0.0",
"description": "Exchange Rate Client",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/MewsSystems/sample"
},
"main": "Sources/index.js",
"scripts": {
"start-server": "node server",
"start": "webpack-dev-server --hot --inline --progress"
},
"babel": {
"presets": [
"es2015",
"stage-1"
]
},
"dependencies": {
"babel-core": "6.13.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-stage-1": "6.13.0",
"chance": "1.0.4",
"express": "4.14.0",
"json-loader": "0.5.4",
"json-server": "0.8.17",
"webpack": "1.13.1",
"webpack-dev-server": "5.2.4"
}
}