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.
18 lines
343 B
JSON
18 lines
343 B
JSON
6 years ago
|
{
|
||
|
"name": "tsuquyomi",
|
||
|
"version": "0.7.0",
|
||
|
"description": "Vim plugin for typescript",
|
||
|
"directories": {
|
||
|
"test": "vest"
|
||
|
},
|
||
|
"repository": "https://github.com/Quramy/tsuquyomi.git",
|
||
|
"devDependencies": {
|
||
|
"typescript": "~3.0.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "bash runtest.sh"
|
||
|
},
|
||
|
"author": "Quramy",
|
||
|
"license": "MIT"
|
||
|
}
|