-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 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
34
35
{
"name": "edleak-client",
"version": "0.1.0",
"description": "edLeak web client",
"scripts": {
"start": "webpack-dev-server --hot",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"monitoring"
],
"repository": {
"type": "git",
"url": "https://github.com/edkit/edleak-client.git"
},
"author": "R. Picard <romain.picard@oakbits.com>",
"license": "MIT",
"homepage": "https://github.com/edkit/edleak-client",
"dependencies": {
"@cycle/dom": "^14.0.0",
"@cycle/rxjs-run": "^3.0.3",
"rx-dom": "^7.0.3",
"rxjs": "^5.0.0-rc.3",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"xstream": "^7.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"file-loader": "^0.9.0"
}
}