mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add package.json for node dependencies
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "Emacs.d",
|
||||||
|
"preferGlobal": true,
|
||||||
|
"dependencies": {
|
||||||
|
"jshint": "*",
|
||||||
|
"jsonlint": "*",
|
||||||
|
"js-beautify": "*",
|
||||||
|
"jsctags": "git://github.com/ramitos/jsctags.git"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user