forked from rickharris-dev/kernel-docstring
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
16 lines (16 loc) · 420 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 420 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "kernel-docstring",
"main": "./lib/kernel-docstring",
"version": "1.0.1",
"description": "Creates a kernel-style docstring for a C function",
"keywords": [],
"activationCommands": {
"atom-workspace": "kernel-docstring:convert"
},
"repository": "https://github.com/rickharris-dev/kernel-docstring",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {}
}