UNPKG

1.97 kBJSONView Raw
1{
2 "name": "@naxmefy/utils",
3 "version": "0.4.1",
4 "description": "collection of some utils",
5 "main": "lib/index.js",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:naxmefy/node-utils.git"
9 },
10 "bugs": {
11 "url": "https://github.com/naxmefy/node-utils/issues"
12 },
13 "homepage": "https://github.com/naxmefy/node-utils#readme",
14 "scripts": {
15 "clean": "rimraf lib",
16 "compile": "babel src -d lib --copy-files",
17 "build": "npm run clean && npm run compile",
18 "coverage": "nyc report --reporter=lcov",
19 "lint": "eslint src",
20 "lint:fix": "npm run lint -- --fix",
21 "prepublish": "npm run build",
22 "test": "better-npm-run test"
23 },
24 "betterScripts": {
25 "test": {
26 "command": "nyc mocha test",
27 "env": {
28 "NODE_ENV": "test",
29 "DEBUG": "app:*,test*"
30 }
31 }
32 },
33 "nyc": {
34 "sourceMap": false,
35 "instrument": false
36 },
37 "engines": {
38 "node": ">= 4.x"
39 },
40 "author": "MRW Neundorf <m.neundorf@live.de>",
41 "license": "MIT",
42 "dependencies": {
43 "async": "^2.0.1",
44 "bluebird": "^3.4.1",
45 "debug": "^2.2.0",
46 "koa-compose": "^2.4.0",
47 "lodash": "^4.15.0"
48 },
49 "devDependencies": {
50 "babel-cli": "6.11.4",
51 "babel-core": "6.13.2",
52 "babel-eslint": "6.1.2",
53 "babel-plugin-istanbul": "2.0.0",
54 "babel-plugin-transform-runtime": "6.12.0",
55 "babel-preset-es2015": "6.13.2",
56 "babel-preset-stage-0": "6.5.0",
57 "babel-register": "6.11.6",
58 "babel-runtime": "6.11.6",
59 "better-npm-run": "0.0.10",
60 "co-mocha": "1.1.3",
61 "eslint": "3.3.1",
62 "eslint-config-standard": "5.3.5",
63 "eslint-plugin-babel": "3.3.0",
64 "eslint-plugin-promise": "2.0.1",
65 "eslint-plugin-standard": "2.0.0",
66 "koa": "1.2.1",
67 "koa-bodyparser": "2.2.0",
68 "koa-router": "5.4.0",
69 "mocha": "3.0.2",
70 "mongoose": "4.5.9",
71 "nock": "8.0.0",
72 "nyc": "8.1.0",
73 "rimraf": "^2.5.4",
74 "should": "11.1.0",
75 "supertest": "2.0.0"
76 }
77}