-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.71 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.71 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
{
"name": "leankit-reporting-api-url-generator",
"productName": "LeanKit Reporting API Url Generator",
"companyName": "LeanKit, Inc.",
"copyright": "Copyright (c) 2016, LeanKit, Inc. All rights reserved.",
"version": "0.1.0",
"electronVersion": "1.4.3",
"description": "Electron Starter Kit to get you started with Electron",
"main": "app/main.js",
"scripts": {
"eslint": "eslint --fix .",
"start": "electron .",
"package": "node tasks/package.js",
"test": "electron-mocha --compilers js:babel-core/register --reporter spec ./spec/*.spec.js --require ./spec/helpers/setup.js --colors"
},
"author": "David Neal <david@reverentgeek.com> (http://reverentgeek.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LeanKit-Labs/electron-starter-kit.git"
},
"dependencies": {
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"electron": "^1.4.4",
"electron-compile": "^3.3.6",
"electron-debug": "^1.0.1",
"electron-localshortcut": "^0.6.1",
"electron-prebuilt-compile": "^1.4.3",
"font-awesome": "^4.5.0",
"fs-jetpack": "^0.10.0",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1"
},
"devDependencies": {
"asar": "^0.12.3",
"babel-eslint": "^7.0.0",
"chai": "^3.5.0",
"electron-mocha": "^3.1.1",
"electron-packager": "^8.1.0",
"electron-reload": "^1.0.2",
"eslint": "^3.8.1",
"eslint-config-leankit": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^6.4.1",
"mocha": "^3.1.2",
"sinon": "^1.17.3",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
}
}