UNPKG

971 BJSONView Raw
1{
2 "name": "@pasture/ranch-cows",
3 "version": "0.0.5",
4 "description": "A ranch-cows class",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/test.index.js",
16 "test-jest": "jest"
17 },
18 "dependencies": {
19 "@vect/object-init": "^0.2.5",
20 "@vect/vector-init": "^0.2.5"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/hoyeungw/pasture/ranch-cows.git"
25 },
26 "keywords": [
27 "pasture",
28 "cluster"
29 ],
30 "author": {
31 "name": "Hoyeung Wong",
32 "email": "hoyeungw@outlook.com",
33 "url": "https://github.com/hoyeungw"
34 },
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/hoyeungw/pasture/ranch-cows"
38 },
39 "homepage": "https://github.com/hoyeungw/pasture/ranch-cows#readme",
40 "gitHead": "89ac34ad252458a8679d45041c92647ccca10fbd"
41}