Skip to content

Commit

Permalink
Edit package.json
Browse files Browse the repository at this point in the history
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.
27 changes: 27 additions & 0 deletions package.json
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"
}

0 comments on commit af52b56

Please sign in to comment.