-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
52 lines (52 loc) · 1.24 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
{
"name": "datejs",
"version": "1.0.0-rc3",
"description": "DateJS is the most full-featured, internationalized, open-source JavaScript Date Library.",
"devDependencies": {
"codeclimate-test-reporter": "*",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.11",
"grunt-closurecompiler": "^0.9.9",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-shell": "~0.6.1",
"grunt-template-jasmine-istanbul": "^0.3.0",
"jasmine-node": "~2.0.0-beta4"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/abritinthebay/datejs.git"
},
"homepage": "https://github.com/abritinthebay/datejs",
"bugs": {
"url": "http://github.com/abritinthebay/datejs/issues"
},
"keywords": [
"date",
"javascript",
"js",
"mit"
],
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "grunt test"
},
"author": {
"name": "Gregory Wild-Smith",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Gregory Wild-Smith",
"email": "[email protected]"
}
],
"main": "./index.js",
"originator": "Geoffrey McGill",
"license": "MIT",
"readmeFilename": "README.md"
}