-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.7 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
{
"name": "area51-launcher",
"version": "0.0.1",
"author": "Luigi Poole",
"description": "",
"homepage": "https://github.com/ProjectDreamland/launcher",
"main": "js/browser.js",
"repository": {
"type": "git",
"url": "https://github.com/ProjectDreamland/launcher.git"
},
"bugs": "https://github.com/ProjectDreamland/issues",
"scripts": {
"start": "grunt --dev",
"release": "grunt release"
},
"electron-version": "0.36.7",
"license": "GPL-3.0",
"dependencies": {
"async": "^1.5.2",
"lodash": "^4.4.0",
"md5-file": "^2.0.4",
"mkdirp": "^0.5.1",
"node-notifier": "^4.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"request": "^2.69.0",
"request-progress": "^2.0.1",
"sweetalert": "^1.1.3"
},
"devDependencies": {
"yargs": "^4.1.0",
"babel": "^6.5.2",
"babel-plugin-transform-merge-sibling-variables": "^6.5.0",
"babel-plugin-transform-minify-booleans": "^6.5.0",
"babel-plugin-transform-property-literals": "^6.5.0",
"babel-plugin-transform-simplify-comparison-operators": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-electron": "^2.0.1",
"grunt-newer": "^1.1.2",
"grunt-npm-command": "^0.1.1",
"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.7"
}
}