forked from typings/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 802 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
{
"name": "registry",
"private": true,
"description": "The registry of type definitions for TypeScript",
"scripts": {
"test": "node test.js --changed --list",
"test-all": "node test.js",
"test-ls": "node test.js --list"
},
"repository": {
"type": "git",
"url": "git://github.com/typings/registry.git"
},
"keywords": [
"typescript",
"definition",
"registry",
"typings",
"manager",
"typed"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/typings/registry/issues"
},
"homepage": "https://github.com/typings/registry",
"devDependencies": {
"ajv": "^4.0.0",
"arrify": "^1.0.0",
"batch": "^0.5.3",
"glob": "^7.0.0",
"minimatch": "^3.0.0",
"parse-json": "^2.2.0",
"typings-core": "^0.3.0"
}
}