This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
70 lines (70 loc) · 1.7 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
{
"name": "definition-header",
"version": "0.1.0",
"description": "DefinitelyTyped definition header tools",
"keywords": [
"typescript",
"definition",
"header",
"assert",
"parse",
"stringify"
],
"homepage": "https://github.com/DefinitelyTyped/definition-header",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/definition-header.git"
},
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/DefinitelyTyped/definition-header/master/LICENSE-MIT.txt"
}
],
"bugs": {
"url": "https://github.com/DefinitelyTyped/definition-header/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"prepublish": "grunt prepublish",
"build": "grunt build",
"test": "grunt test"
},
"main": "./index.js",
"typescript": {
"definition": "./dist/definition-header.d.ts"
},
"dependencies": {
"joi": "^4.0.0",
"joi-assert": "0.0.3",
"parsimmon": "^0.5.0",
"xregexp": "~2.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"detect-indent": "^0.1.4",
"glob": "^4.0.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-dts-bundle": "^0.2.0",
"grunt-mocha-test": "^0.11.0",
"grunt-ts": "^1.10.0",
"grunt-ts-clean": "^0.1.1",
"grunt-tslint": "~0.4.1",
"js-yaml": "~3.0.2",
"jshint-path-reporter": "^0.1.3",
"mkdirp": "^0.3.5",
"mocha-unfunk-reporter": "^0.4.0",
"source-map-support": "~0.2.5",
"tslint-path-formatter": "~0.1.0",
"typescript": "^1.0.0"
}
}