加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Iskren Chernev 提交于 2013-04-03 08:01 . Added nodeunit as devDependency
{
"name": "moment",
"version": "2.0.0",
"description": "Parse, manipulate, and display dates.",
"homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"contributors": [
"Rocky Meza (http://rockymeza.com)",
"Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)"
],
"keywords": [
"moment",
"date",
"time",
"parse",
"format",
"validate",
"i18n",
"l10n",
"ender"
],
"main": "./moment.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/timrwood/moment.git"
},
"bugs": {
"url": "https://github.com/timrwood/moment/issues"
},
"licenses" : [
{
"type" : "MIT"
}
],
"devDependencies" : {
"uglify-js" : "latest",
"grunt" : "latest",
"nodeunit" : "latest",
"grunt-contrib-jshint" : "latest",
"grunt-contrib-nodeunit" : "latest",
"grunt-contrib-concat" : "latest",
"grunt-contrib-uglify" : "latest",
"grunt-contrib-watch" : "latest",
"grunt-lib-legacyhelpers" : "latest"
},
"scripts": {
"test": "grunt"
},
"ender": "./ender.js",
"dojoBuild": "package.js"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化