UNPKG

1.69 kBJSONView Raw
1{
2 "name": "definition-header",
3 "version": "0.6.0",
4 "description": "DefinitelyTyped definition header tools",
5 "keywords": [
6 "typescript",
7 "definition",
8 "header",
9 "assert",
10 "parse",
11 "stringify"
12 ],
13 "homepage": "https://github.com/DefinitelyTyped/definition-header",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/DefinitelyTyped/definition-header.git"
17 },
18 "author": {
19 "name": "Bart van der Schoor",
20 "url": "https://github.com/Bartvds"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/DefinitelyTyped/definition-header/issues"
25 },
26 "engines": {
27 "node": ">= 4.0.0"
28 },
29 "scripts": {
30 "prepublish": "grunt prepublish",
31 "build": "grunt build",
32 "test": "grunt test"
33 },
34 "main": "./index.js",
35 "dependencies": {
36 "joi": "^10.4.1",
37 "joi-assert": "^0.0.3",
38 "parsimmon": "^1.3.0",
39 "xregexp": "^3.1.1"
40 },
41 "devDependencies": {
42 "@types/chai": "^3.4.35",
43 "@types/glob": "^5.0.30",
44 "@types/joi": "^10.0.1",
45 "@types/js-yaml": "^3.5.29",
46 "@types/minimatch": "^2.0.29",
47 "@types/mkdirp": "^0.3.29",
48 "@types/mocha": "^2.2.40",
49 "@types/node": "^7.0.12",
50 "@types/parsimmon": "^1.3.0",
51 "@types/xregexp": "^3.0.28",
52 "chai": "^3.5.0",
53 "detect-indent": "^5.0.0",
54 "glob": "^7.1.1",
55 "grunt": "^1.0.1",
56 "grunt-contrib-clean": "^1.0.0",
57 "grunt-exec": "^2.0.0",
58 "grunt-mocha-test": "^0.13.2",
59 "grunt-tslint": "^5.0.1",
60 "js-yaml": "^3.8.3",
61 "mkdirp": "^0.5.1",
62 "mocha": "^3.2.0",
63 "mocha-unfunk-reporter": "^0.4.0",
64 "source-map-support": "^0.4.14",
65 "tslint": "^5.0.0",
66 "typescript": "^2.2.2"
67 }
68}