-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 928 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
35
36
37
38
39
40
41
42
43
{
"name": "iso8601",
"description": "EC5.1 Date polyfill for ISO8601 support",
"version": "0.2.0",
"keywords": ["date", "time", "iso8601", "polyfill", "shim"],
"contributors": [
{
"name": "Gopal Patel",
"email": "[email protected]"
},
{
"name": "David Yung",
"email": "[email protected]"
},
{
"name": "Sai Tun",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Do/iso8601.js",
"bugs": "https://github.com/Do/iso8601.js/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Do/iso8601.js/master/LICENSE"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/Do/iso8601.js.git"
}
],
"devDependencies": {
"coffee-script": "1.2.0",
"uglify-js": "1.2.2",
"mocha": "0.7.1",
"chai": "0.1.4"
},
"scripts": {
"test": "mocha --reporter spec"
}
}