-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 921 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
{
"name": "choo-location-electron",
"version": "2.0.1",
"description": "A choo subscription that fixes routing in electron ",
"main": "index.js",
"scripts": {
"test": "standard | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypermodules/choo-location-electron.git"
},
"keywords": [
"choo"
],
"author": "sethvincent",
"contributors": [
"Bret Comnes <bcomnes@gmail.com> (http://bret.io)",
"Nate Goldman <ungoldman@gmail.com> (http://ungoldman.com)",
"Seth Vincent <sethvincent@gmail.com> (http://sethvincent.com)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/hypermodules/choo-location-electron/issues"
},
"homepage": "https://github.com/hypermodules/choo-location-electron#readme",
"devDependencies": {
"snazzy": "^7.0.0",
"standard": "^10.0.1"
},
"peerDependencies": {
"electron": "~1.6.2"
}
}