package.json 2.0 KB
{
  "_args": [
    [
      "miment@0.0.9",
      "/Users/linon/work/workai/job-sharing"
    ]
  ],
  "_from": "miment@0.0.9",
  "_id": "miment@0.0.9",
  "_inBundle": false,
  "_integrity": "sha1-eYZPh5Pn0OkI6EVoc147FyAi1+0=",
  "_location": "/miment",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "miment@0.0.9",
    "name": "miment",
    "escapedName": "miment",
    "rawSpec": "0.0.9",
    "saveSpec": null,
    "fetchSpec": "0.0.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/miment/download/miment-0.0.9.tgz",
  "_spec": "0.0.9",
  "_where": "/Users/linon/work/workai/job-sharing",
  "author": {
    "name": "noahlam",
    "email": "284516433@qq.com"
  },
  "ava": {
    "files": [
      "test/**/*.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/noahlam/Miment/issues"
  },
  "dependencies": {},
  "description": "A fast, light weight, simple and non-dependencies time library for JavaScript (mini moment)",
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-core": "*",
    "babel-preset-env": "^1.3.2",
    "rollup": "^0.58.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-uglify": "^3.0.0",
    "standard": "^11.0.1",
    "uglify-es": "^3.3.9"
  },
  "files": [
    "README.md",
    "README-cn.md",
    "example.html",
    "dist/miment.min.js",
    "lib/miment.js",
    "lib/miment.js.map"
  ],
  "homepage": "https://github.com/noahlam/Miment#readme",
  "keywords": [
    "time",
    "date",
    "datetime",
    "format",
    "moment"
  ],
  "license": "MIT",
  "main": "lib/miment.js",
  "name": "miment",
  "repository": {
    "url": "git+https://github.com/noahlam/Miment.git",
    "type": "git"
  },
  "scripts": {
    "build": "yarn run build:cjs & yarn run build:min",
    "build:cjs": "rollup -c ./build/rollup-cjs.js",
    "build:min": "rollup -c ./build/rollup-min.js",
    "lint": "standard",
    "test": "ava"
  },
  "version": "0.0.9"
}