forked from mhfrantz/ts-pkg-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 979 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ts-pkg-installer",
"version": "1.2.0",
"description": "TypeScript package installer",
"main": "bin/ts-pkg-installer.js",
"scripts": {
"test": "make"
},
"keywords": [
"typescript"
],
"author": "Matt Frantz <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RedSeal-co/ts-pkg-installer.git"
},
"bin": {
"ts-pkg-installer": "bin/ts-pkg-installer.sh",
"ts-pkg-installer.js": "bin/ts-pkg-installer.js"
},
"devDependencies": {
"chai": "=3.2.0",
"cucumber": "=0.5.2",
"groc": "=0.8.0",
"mocha": "=2.2.5",
"ncp": "=2.0.0",
"rimraf": "=2.4.2",
"tsd": "=0.6.1",
"tslint": "=2.4.2",
"typescript": "=1.5.3"
},
"dependencies": {
"bluebird": "=2.9.34",
"commander": "=2.8.1",
"debug": "=2.2.0",
"lodash": "=3.10.1",
"mkdirp": "=0.5.1",
"read-package-json": "=2.0.0",
"source-map-support": "=0.3.2"
}
}