-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
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
40
41
42
43
44
45
{
"name": "electron-universe",
"productName": "Electron Universe",
"version": "1.0.0",
"description": "An Electron demo for GitHub Universe 2016",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "mocha && standard"
},
"repository": "https://github.com/zeke/electron-universe",
"keywords": [
"electron",
"github",
"universe",
"demo"
],
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"electron": "^1.3.5",
"mocha": "^3.0.2",
"spectron": "^3.3.0",
"standard": "^7.1.2"
},
"dependencies": {
"dedent": "^0.6.0",
"electron-apps": "^1.0.1",
"electron-config": "^0.2.1",
"geolocation-stream": "0.0.1",
"geoposition-to-geojson": "^1.0.1",
"in-view": "^0.4.2",
"javascript-yellow": "^1.0.2",
"malarkey": "^1.3.3",
"nice-color-palettes": "^1.0.1"
},
"standard": {
"env": {
"mocha": true,
"browser": true
}
}
}