forked from rotaready/moment-range
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "moment-range",
"description": "Fancy date ranges for Moment.js",
"author": "Gianni Chiappetta <[email protected]> (http://butt.zone)",
"contributors": [
"Adam Biggs <[email protected]>",
"Matt Patterson <[email protected]> (http://reprocessed.org/)",
"Stuart Kelly <[email protected]>",
"Kevin Ross <[email protected]> (http://www.alienfast.com)",
"Scott Hovestadt <[email protected]>",
"Nebel <[email protected]>",
"Aristide Niyungeko <[email protected]>",
"Tymon Tobolski <[email protected]> (http://teamon.eu)",
"Bradley Ayers <[email protected]>",
"Thomas Walpole <[email protected]>",
"Daniel Sarfati <[email protected]>"
],
"homepage": "https://github.com/gf3/moment-range",
"bugs": "https://github.com/gf3/moment-range/issues",
"main": "./dist/moment-range",
"directories": {
"lib": "./lib"
},
"version": "2.0.3",
"engines": {
"node": "*"
},
"scripts": {
"build": "grunt es6transpiler replace umd uglify",
"jsdoc": "jsdoc -c .jsdoc",
"test": "grunt mochaTest"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.6.0",
"grunt-es6-transpiler": "^1.0.2",
"grunt-mocha-test": "~0.7.0",
"grunt-text-replace": "^0.4.0",
"grunt-umd": "^2.3.3",
"jsdoc": "^3.3.0",
"mocha": "^2.1.0",
"should": "^5.0.1"
},
"peerDependencies": {
"moment": ">= 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/gf3/moment-range.git"
},
"license": {
"type": "Public Domain",
"url": "https://github.com/gf3/moment-range/raw/master/UNLICENSE"
}
}