-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 868 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "moment-precise-range-plugin",
"version": "1.3.0",
"peerDependencies": {
"moment": ">=2.9.0"
},
"description": "This is a plugin for the moment.js JavaScript library, to display date/time ranges precisely, in a human-readable format.",
"main": "moment-precise-range.js",
"files": [
"*.md",
"moment-precise-range.js"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test && node node-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebox/moment-precise-range.git"
},
"tonicExampleFilename" : "example/example.js",
"author": "Rob Dawson <rob@codebox.net> (https://codebox.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codebox/moment-precise-range/issues"
},
"homepage": "https://github.com/codebox/moment-precise-range#readme"
}