You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
751 B
JSON
23 lines
751 B
JSON
6 years ago
|
{
|
||
|
"name": "tsuquyomi-test",
|
||
|
"version": "0.0.0",
|
||
|
"description": "package.json file for testing tsuquyomi",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"typescript-2.0": "npm:typescript@2.0",
|
||
|
"typescript-2.1": "npm:typescript@2.1",
|
||
|
"typescript-2.2": "npm:typescript@2.2",
|
||
|
"typescript-2.3": "npm:typescript@2.3",
|
||
|
"typescript-2.4": "npm:typescript@2.4",
|
||
|
"typescript-2.5": "npm:typescript@2.5",
|
||
|
"typescript-2.6": "npm:typescript@2.6",
|
||
|
"typescript-2.7": "npm:typescript@2.7",
|
||
|
"typescript-2.8": "npm:typescript@2.8",
|
||
|
"typescript-2.9": "npm:typescript@2.9",
|
||
|
"typescript-3.0": "npm:typescript@3.0",
|
||
|
"typescript-3.1": "npm:typescript@3.1",
|
||
|
"typescript-3.2": "npm:typescript@3.2"
|
||
|
}
|
||
|
}
|