aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@types/shelljs/package.json
blob: 91daccfee40c4365ab2f1803857ba10a39956c42 (plain)
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
{
    "name": "@types/shelljs",
    "version": "0.7.4",
    "description": "TypeScript definitions for ShellJS",
    "license": "MIT",
    "contributors": [
        {
            "name": "Niklas Mollenhauer",
            "url": "https://github.com/nikeee"
        },
        {
            "name": "Vojtech Jasny",
            "url": "https://github.com/voy"
        }
    ],
    "main": "",
    "repository": {
        "type": "git",
        "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
    },
    "scripts": {},
    "dependencies": {
        "@types/glob": "*",
        "@types/node": "*"
    },
    "peerDependencies": {},
    "typesPublisherContentHash": "6052e869eb634ed11bad45adf045ab4e0f385519e1e4c2b8ad7d0f82cdc2ee3e",
    "typeScriptVersion": "2.0"
}