-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 948 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
{
"name": "ts-pkg-installer",
"version": "1.0.6",
"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/mhfrantz/ts-pkg-installer.git"
},
"bin": {
"ts-pkg-installer": "bin/ts-pkg-installer.sh",
"ts-pkg-installer.js": "bin/ts-pkg-installer.js"
},
"devDependencies": {
"chai": "^2.1.0",
"cucumber": "^0.4.7",
"groc": "^0.8.0",
"mocha": "^2.1.0",
"ncp": "^2.0.0",
"rimraf": "^2.2.8",
"tsd": "^0.6.0-beta.5",
"tslint": "^2.1.1",
"typescript": "^1.4.1"
},
"dependencies": {
"bluebird": "^2.9.12",
"commander": "^2.6.0",
"debug": "^2.1.1",
"lodash": "^3.3.1",
"mkdirp": "^0.5.0",
"source-map-support": "^0.2.9"
}
}