-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "spatomify",
"main": "./lib/spatomify",
"version": "2.0.0",
"author": {
"name": "itotallyrock",
"url": "https://itotallyrock.cf"
},
"description": "A short description of your package",
"private": true,
"keywords": [
"atom",
"spotify",
"windows",
"mac",
"spatomify"
],
"repository": "https://github.com/itotallyrock/Spatomify",
"license": "MIT",
"engines": {
"atom": ">=1.17.0 <2.0.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"bugs": {
"url": "https://github.com/itotallyrock/Spatomify/issues/new"
},
"dependencies": {
"disposable-event": "^1.0.3",
"node-media-controller": "0.0.6",
"spotify-web-helper": "^1.10.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^3.0.1"
}
}