paniers/public_html_admin/libs/moment/package.json

164 lines
4.4 KiB
JSON
Executable File

{
"name": "moment",
"version": "2.8.1",
"description": "Parse, manipulate, and display dates.",
"homepage": "http://momentjs.com",
"author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",
"contributors": [
"Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"Rocky Meza (http://rockymeza.com)",
"Matt Johnson <mj1856@hotmail.com> (http://codeofmatt.com)",
"Isaac Cambron <isaac@isaaccambron.com> (http://isaaccambron.com)",
"Andre Polykanine <andre@oire.org> (https://github.com/oire)"
],
"keywords": [
"moment",
"date",
"time",
"parse",
"format",
"validate",
"i18n",
"l10n",
"ender"
],
"main": "./moment.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/moment/moment.git"
},
"bugs": {
"url": "https://github.com/moment/moment/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"uglify-js": "latest",
"grunt": "latest",
"nodeunit": "latest",
"benchmark": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-jscs": "latest",
"grunt-karma": "latest",
"grunt-benchmark": "latest",
"grunt-string-replace": "latest",
"load-grunt-tasks": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-nodeunit": "latest",
"karma-sauce-launcher": "latest"
},
"scripts": {
"test": "grunt test:node"
},
"ender": "./ender.js",
"dojoBuild": "package.js",
"jspm": {
"files": [
"moment.js",
"locale"
],
"map": {
"moment": "./moment"
},
"buildConfig": {
"uglify": true
}
},
"spm": {
"main": "moment.js",
"output": [
"locale/af.js",
"locale/ar-ma.js",
"locale/ar-sa.js",
"locale/ar.js",
"locale/az.js",
"locale/be.js",
"locale/bg.js",
"locale/bn.js",
"locale/bo.js",
"locale/br.js",
"locale/bs.js",
"locale/ca.js",
"locale/cs.js",
"locale/cv.js",
"locale/cy.js",
"locale/da.js",
"locale/de-at.js",
"locale/de.js",
"locale/el.js",
"locale/en-au.js",
"locale/en-ca.js",
"locale/en-gb.js",
"locale/eo.js",
"locale/es.js",
"locale/et.js",
"locale/eu.js",
"locale/fa.js",
"locale/fi.js",
"locale/fo.js",
"locale/fr-ca.js",
"locale/fr.js",
"locale/gl.js",
"locale/he.js",
"locale/hi.js",
"locale/hr.js",
"locale/hu.js",
"locale/hy-am.js",
"locale/id.js",
"locale/is.js",
"locale/it.js",
"locale/ja.js",
"locale/ka.js",
"locale/km.js",
"locale/ko.js",
"locale/lb.js",
"locale/lt.js",
"locale/lv.js",
"locale/mk.js",
"locale/ml.js",
"locale/mr.js",
"locale/ms-my.js",
"locale/my.js",
"locale/nb.js",
"locale/ne.js",
"locale/nl.js",
"locale/nn.js",
"locale/pl.js",
"locale/pt-br.js",
"locale/pt.js",
"locale/ro.js",
"locale/ru.js",
"locale/sk.js",
"locale/sl.js",
"locale/sq.js",
"locale/sr-cyrl.js",
"locale/sr.js",
"locale/sv.js",
"locale/ta.js",
"locale/th.js",
"locale/tl-ph.js",
"locale/tr.js",
"locale/tzm-latn.js",
"locale/tzm.js",
"locale/uk.js",
"locale/uz.js",
"locale/vi.js",
"locale/zh-cn.js",
"locale/zh-tw.js"
]
}
}