forked from WebDevTmas/moment-round
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (33 loc) · 885 Bytes
/
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
{
"name": "moment-round",
"version": "1.0.1",
"description": "Date rounding for Moment.js",
"keywords": [ "moment", "moment.js", "date", "round" ],
"homepage": "https://github.com/WebDevTmas/moment-round",
"bugs": "https://github.com/WebDevTmas/moment-round/issues",
"license": "CC-BY-SA-3.0",
"author": "Thomas Vanderhaeghen <[email protected]> (http://www.tmas.me)",
"main": "./dist/moment-round",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://[email protected]/WebDevTmas/moment-round.git"
},
"scripts": {
"build": "gulp deploy",
"test": "gulp test"
},
"devDependencies": {
"mocha": ">=2.1.0",
"gulp": ">=3.0.0",
"gulp-uglify": ">= 1.2.0",
"gulp-rename": ">= 1.2.2",
"gulp-mocha": ">= 2.1.2",
"should": ">= 7.0.0"
},
"peerDependencies": {
"moment": ">=2.0.0"
}
}