UNPKG

916 BJSONView Raw
1{
2 "name": "kalorie",
3 "version": "0.0.3",
4 "description": "A tool set related to function",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "pub": "npm publish",
12 "test": "node test/utils/test-main.js",
13 "alpha.test": "node -r @babel/register test/alpha.test/alpha.test.js",
14 "test-strategies": "node test/utils/test-strategies.js",
15 "mocha": "mocha"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/hoyeungw/kalorie.git"
20 },
21 "keywords": [
22 "function",
23 "callable"
24 ],
25 "author": {
26 "name": "Hoyeung Wong",
27 "email": "hoyeungw@outlook.com",
28 "url": "https://github.com/hoyeungw"
29 },
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/hoyeungw/kalorie"
33 },
34 "homepage": "https://github.com/hoyeungw/kalorie#readme",
35 "gitHead": "353722e10715434641a85054c01af6aea5c572ba"
36}