forked from codebox/moment-precise-range
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 760 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "moment-precise-range-plugin",
"version": "1.1.1",
"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",
"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.org.uk> (http://codebox.org.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codebox/moment-precise-range/issues"
},
"homepage": "https://github.com/codebox/moment-precise-range#readme"
}