1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/package.json

13 lines
328 B
JSON
Raw Normal View History

2019-07-31 13:40:29 +09:00
{
"name": "namae",
2019-08-01 14:00:22 +09:00
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
2019-07-31 13:40:29 +09:00
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
2019-08-03 00:35:23 +09:00
"start": "now dev",
2019-08-07 17:42:07 +09:00
"ship": "now"
2019-07-31 13:40:29 +09:00
},
2019-08-03 00:35:23 +09:00
"dependencies": {},
2019-07-31 13:40:29 +09:00
"license": "MIT",
2019-08-07 17:42:07 +09:00
"private": true
2019-07-31 13:40:29 +09:00
}