-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "date-extended",
"version": "0.0.6",
"description": "Additional date extensions with a chainable api",
"main": "index.js",
"scripts": {
"test": "it -r dot"
},
"repository": {
"type": "git",
"url": "git:[email protected]:doug-martin/date-extended.git"
},
"keywords": [
"Date",
"extender",
"utilities"
],
"testling": {
"files": "test/browserling.js",
"browsers": [
"ie/8..latest",
"chrome/20..latest",
"firefox/14..latest",
"safari/latest",
"iphone/6",
"ipad/6"
]
},
"author": "Doug Martin",
"license": "MIT",
"dependencies": {
"extended": "~0.0.3",
"is-extended": "~0.0.3",
"array-extended": "~0.0.3"
},
"devDependencies": {
"it": "~0.2.0",
"grunt-it": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3"
}
}