forked from luigiplr/netify-jump
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.09 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "netify_jump",
"version": "0.0.4",
"author": "Luigi Poole",
"description": "[WIP] Netify Jump is a software-based system that effectively transforms your computer into a WiFi router and/or repeater.",
"homepage": "https://github.com/luigiplr/netify-jump",
"main": "js/browser.js",
"repository": {
"type": "git",
"url": "https://github.com/luigiplr/netify-jump.git"
},
"bugs": "https://github.com/luigiplr/netify-jump/issues",
"scripts": {
"start": "grunt",
"release": "grunt release"
},
"electron-version": "0.36.1",
"license": "GPL-3.0",
"dependencies": {
"alt": "^0.17.9",
"async": "^1.5.0",
"bluebird": "^3.1.1",
"electron-cookies": "^1.1.0",
"history": "^1.13.1",
"is-online": "^5.0.1",
"lodash": "^3.10.1",
"node-hotspot": "0.1.7",
"node-notifier": "^4.4.0",
"node-uuid": "^1.4.7",
"react": "^0.14.3",
"react-addons-pure-render-mixin": "^0.14.3",
"react-addons-update": "^0.14.3",
"react-dom": "^0.14.3",
"react-mousetrap": "0.0.6",
"react-router": "^1.0.2",
"request": "^2.67.0",
"request-progress": "^0.4.0",
"universal-analytics": "^0.3.10",
"uuid": "^2.0.1",
"yargs": "^3.31.0"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-plugin-transform-merge-sibling-variables": "^6.3.13",
"babel-plugin-transform-minify-booleans": "^6.3.13",
"babel-plugin-transform-property-literals": "^6.3.13",
"babel-plugin-transform-simplify-comparison-operators": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-electron": "^2.0.1",
"grunt-newer": "^1.1.1",
"grunt-npm-command": "^0.1.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.10",
"load-grunt-tasks": "^3.4.0"
},
"optionalDependencies": {
"electron-prebuilt": "0.36.1"
}
}