UNPKG

nkdash

Version:
40 lines (39 loc) 1.01 kB
{ "name": "nkdash", "version": "1.3.2", "description": "Usefule JS util methods", "main": "distribution/index.js", "scripts": { "build": "babel source --presets babel-preset-es2015 --out-dir distribution", "test": "NODE_ENV=test mocha --compilers js:babel-register --recursive $(find test -name '*.spec.js')" }, "repository": { "type": "git", "url": "git+https://github.com/gnk-sato-hotto/nkdash.git" }, "keywords": [ "nkdash", "js", "util", "useful" ], "author": "Genki Satoh <enr.kkttpp@live.jp>", "license": "MIT", "bugs": { "url": "https://github.com/gnk-sato-hotto/nkdash/issues" }, "homepage": "https://github.com/gnk-sato-hotto/nkdash#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.22.2", "babel-core": "^6.22.1", "babel-preset-es2015": "^6.22.0", "chai": "^3.5.0", "mocha": "^3.2.0" }, "dependencies": { "emoji-regex": "^6.1.0", "lodash": "^4.17.4", "moment": "^2.17.1" } }