Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Asger Feldthaus committed Mar 27, 2014
1 parent ebf6634 commit d361fff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Installation
------------

- Install [node.js](http://nodejs.org/) if you don't already have it.
- Install [jsnap](https://github.com/asgerf/jsnap) and put `jsnap` on your PATH
- Clone this repository
- `npm install` to install dependencies
- We suggest adding `tscheck.js` to your PATH
- `npm install -g tscheck`

Usage
-----
Expand Down
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
{
"name": "tscheck",
"version": "0.1.0",

"dependencies": {
"sugar": "",
"commander": "",
"esprima": "~1.0.4",
"escodegen": "",
"jsnap": "asgerf/jsnap"
},
"files": ["lib", "tscheck.js", "tscore.js"],
"bin": "tscheck.js",


"description": "Find bugs in hand-written TypeScript type definitions.",
"homepage": "http://github.com/asgerf/tscheck",
"author": {
"name": "Asger Feldthaus",
"email": "asf@cs.au.dk"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/asgerf/tscheck"
}
}

0 comments on commit d361fff

Please sign in to comment.