forked from Slava/tern-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Followed a PR that worked on npm publication: Slava#17
- Loading branch information
Fer
authored and
Fer
committed
Nov 7, 2015
1 parent
ba154fa
commit af52b56
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "tern-meteor", | ||
"version": "1.0.0", | ||
"description": "Tern plugin for meteor js framework", | ||
"main": "meteor.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ferhtgoldaraz/tern-meteor.git" | ||
}, | ||
"dependencies": { | ||
"tern": "^0.7.0", | ||
"acorn": "~0.5.0" | ||
}, | ||
"keywords": [ | ||
"tern", | ||
"meteor" | ||
], | ||
"author": "Slava Kim <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ferhtgoldaraz/tern-meteor/issues" | ||
}, | ||
"homepage": "https://github.com/ferhtgoldaraz/tern-meteor#readme" | ||
} |