-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 704 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
31
32
{
"name": "moment-recur",
"version": "1.0.7",
"description": "A momentjs plugin for matching and generating recurring dates.",
"main": "moment-recur.js",
"repository": {
"type": "git",
"url": "https://github.com/c-trimm/moment-recur.git"
},
"keywords": [
"momentjs",
"date",
"recur"
],
"author": "Casey Trimm",
"license": "Unlicense",
"dependencies": {
"moment": "<3.0.0"
},
"devDependencies": {
"gulp": "~3.8.10",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"run-sequence": "~1.0.2",
"gulp-uglifyjs": "~0.5.0",
"jasmine-core": "~2.1.3",
"karma-jasmine": "~0.3.4"
},
"scripts": {
"test": "gulp test"
}
}