-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 830 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
{
"name": "cleanSublimeTextProjectHistory",
"version": "0.1.0",
"description": "deletes references to non existing project files from the sublime_session file",
"main": "cleanSublimeTextProjectHistory.js",
"dependencies": {
"osenv": "^0.1.3",
"strip-comments": "0.4.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/br4nnigan/clean-sublime-text-project-history"
},
"keywords": [
"st3",
"sublime-text",
"history"
],
"author": "[email protected]",
"license": "GNU GENERAL",
"bugs": {
"url": "https://github.com/br4nnigan/clean-sublime-text-project-history/issues"
},
"homepage": "https://github.com/br4nnigan/clean-sublime-text-project-history"
}