-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
26 lines (26 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "tscreate",
"version": "0.1.0",
"description": "A tool to automatically generate TypeScript declaration files from JavaScript libraries",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"doctrine": "^1.2.1",
"doctrine-cli": "^1.0.4",
"jsnap": "https://github.com/webbiesdk/jsnap.git#6d51c38744771c5ee779faea9fee7f8f5a3c33ca",
"ts-type-reader": "https://github.com/cs-au-dk/ts-spec-reader.git#4e5b3210635398ebd4a265921eca3def920c3fca"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/webbiesdk/tstools.git"
},
"author": "Erik Krogh Kristensen <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/webbiesdk/tstools/issues"
},
"homepage": "http://brics.dk/tstools"
}