-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@imere/timestamp-ms",
"version": "1.0.0",
"description": ">User stories: >1) I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016) >2) If it does, it returns both the Unix timestamp and the natural language form of that date. >3) If it does not contain a date or Unix timestamp, it returns null for those properties.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imere/timestamp-microservice.git"
},
"author": "imere",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/imere/timestamp-microservice/issues"
},
"homepage": "https://github.com/imere/timestamp-microservice#readme"
}