mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-03 17:26:40 +01:00
Start again
This commit is contained in:
52
vendors/DateJS/package.json
vendored
Normal file
52
vendors/DateJS/package.json
vendored
Normal file
@@ -0,0 +1,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": "gregory@wild-smith.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Gregory Wild-Smith",
|
||||
"email": "gregory@wild-smith.com"
|
||||
}
|
||||
],
|
||||
"main": "./index.js",
|
||||
"originator": "Geoffrey McGill",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md"
|
||||
}
|
||||
Reference in New Issue
Block a user