mirror of
https://github.com/SrIzan10/pretty-seconds-spanish.git
synced 2026-05-01 10:55:21 +00:00
36 lines
808 B
JSON
36 lines
808 B
JSON
{
|
|
"name": "pretty-seconds-spanish",
|
|
"version": "2.1.1",
|
|
"description": "pretty seconds translation to spanish",
|
|
"main": "./index.js",
|
|
"author": "Sr Izan <izan@srizan.ml>",
|
|
"keywords": [
|
|
"time",
|
|
"seconds",
|
|
"string"
|
|
],
|
|
"source": "index.js",
|
|
"module": "dist/index.mjs",
|
|
"unpkg": "dist/index.umd.js",
|
|
"scripts": {
|
|
"test": "nodeunit tests/basics.js",
|
|
"lint": "standard index.js",
|
|
"lint:fix": "standard --fix index.js",
|
|
"build": "microbundle"
|
|
},
|
|
"devDependencies": {
|
|
"microbundle": "0.14.2",
|
|
"nodeunit": "0.11.3",
|
|
"standard": "16.0.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/srizan10/pretty-seconds-spanish.git"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "tests"
|
|
}
|
|
}
|