-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "outflux",
"version": "0.1.0-alpha.0",
"description": "![Node Dependencies](https://david-dm.org/outflux/outflux.svg) ![CircleCI Status]()",
"main": "./dist/main.js",
"scripts": {
"start": "electron .",
"test": "node test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutFlux/OutFlux.git"
},
"author": "sauravyash",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/OutFlux/OutFlux/issues"
},
"homepage": "https://github.com/OutFlux/OutFlux#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"electron": "^2.0.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"hoek": "^5.0.3"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
}
}