forked from tryexceptpass/darkpython-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 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
{
"name": "darkpython-syntax",
"theme": "syntax",
"version": "0.3.0",
"description": "Python-friendly Syntax for use with a dark theme",
"keywords": [
"syntax",
"theme",
"python"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tryexceptpass/darkpython-syntax.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0"
},
"readme": "# darkpython-syntax theme\n\nA syntax for use with Python code in a dark theme that sporting green keywords, blue methods and orange strings.\n\n![Screenshot](https://raw.githubusercontent.com/tryexceptpass/darkpython-syntax/master/darkpython.png)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/tryexceptpass/darkpython-syntax/issues"
},
"homepage": "https://github.com/tryexceptpass/darkpython-syntax#readme",
"_id": "[email protected]",
"_shasum": "70140252186f7e50b37e67d91be4f777a4a40572",
"_resolved": "file:..\\d-11643-9028-14eg5fs\\package.tgz",
"_from": "..\\d-11643-9028-14eg5fs\\package.tgz",
"_atomModuleCache": {
"version": 1,
"dependencies": [],
"extensions": {
".json": [
"package.json"
]
},
"folders": []
}
}