forked from DefinitelyTyped/tsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 2.75 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "tsd",
"version": "0.6.0",
"description": "TypeScript Definition manager for DefinitelyTyped",
"keywords": [
"typescript",
"definition",
"package",
"manager"
],
"homepage": "https://github.com/DefinitelyTyped/tsd",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/tsd.git"
},
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"contributors": [
{
"name": "Diullei Gomes",
"url": "https://github.com/Diullei"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "https://raw.github.com/DefinitelyTyped/tsd/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/DefinitelyTyped/tsd/issues"
},
"preferGlobal": true,
"engines": {
"node": ">= 0.10.0"
},
"main": "./build/api.js",
"bin": {
"tsd": "./build/cli.js"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt pre_publish"
},
"dependencies": {
"assertion-error": "1.0.0",
"bl": "^0.9.3",
"bluebird": "~1.2.4",
"deep-freeze": "0.0.1",
"definition-header": "~0.1.0",
"detect-indent": "^0.2.0",
"event-stream": "~3.1.5",
"exit": "~0.1.2",
"glob": "^4.0.6",
"joi": "^4.7.0",
"joi-assert": "0.0.3",
"jsesc": "^0.5.0",
"json-pointer": "^0.2.2",
"lazy.js": "~0.3.2",
"lru-cache": "~2.5.0",
"minimatch": "^1.0.0",
"minimist": "^1.1.0",
"ministyle": "~0.1.3",
"minitable": "0.0.4",
"miniwrite": "~0.1.3",
"mkdirp": "~0.5.0",
"open": "~0.0.5",
"request": "^2.45.0",
"rimraf": "~2.2.8",
"semver": "^4.3.1",
"type-detect": "~0.1.2",
"universal-analytics": "~0.3.4",
"update-notifier": "^0.2.2",
"uri-templates": "~0.1.5",
"uuid": "^2.0.1",
"verror": "~1.4.0"
},
"devDependencies": {
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"chai-fs": "^0.1.0",
"chai-fuzzy": "~1.4.0",
"chai-shallow-deep-equal": "0.0.3",
"grunt": "~0.4.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.12.1",
"grunt-regex-replace": "~0.2.5",
"grunt-shell": "^1.1.1",
"grunt-todos": "~0.3.0",
"grunt-ts": "4.1.0",
"grunt-ts-clean": "~0.2.0",
"grunt-tslint": "git+https://github.com/Bartvds/grunt-tslint#feature/multi",
"grunt-tv4": "~0.4.0",
"gruntfile-gtx": "^0.3.0",
"jshint-path-reporter": "~0.1",
"mocha": "^1.21.4",
"mocha-unfunk-reporter": "^0.4.0",
"ncp": "^1.0.1",
"package.json-schema": "~0.2.0",
"source-map-support": "~0.2.6",
"time-grunt": "^1.0.0",
"tslint-path-formatter": "~0.1.1",
"typescript": "^1.1.0-1"
}
}