Add package.json for node dependencies
This commit is contained in:
parent
ca09144b98
commit
97bde5c86b
1 changed files with 10 additions and 0 deletions
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue