UNPKG

813 BJSONView Raw
1{
2 "name": "lei-utils",
3 "version": "3.0.1",
4 "description": "utils",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "bugfree.js"
9 ],
10 "scripts": {
11 "test": "mocha -t 5000",
12 "lint": "eslint *.js test/*.js --fix",
13 "docs": "node build_docs && jsdoc -d docs index.js",
14 "prepublish": "npm run docs && npm run lint && npm test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/leizongmin/node-lei-utils.git"
19 },
20 "author": "Zongmin Lei <leizongmin@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/leizongmin/node-lei-utils/issues"
24 },
25 "homepage": "https://github.com/leizongmin/node-lei-utils",
26 "dependencies": {},
27 "engines": {
28 "node": ">= 4.0.0"
29 },
30 "devDependencies": {
31 "jsdoc": "^3.4.2",
32 "mocha": "^3.0.1"
33 }
34}