UNPKG

642 BJSONView Raw
1{
2 "name": "raze",
3 "version": "0.34.0",
4 "description": "Convert entity to Array instance.",
5 "main": "raze.deploy.js",
6 "support": "raze.support.js",
7 "authors": [
8 "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
9 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
10 "Vinse Vinalon <vinsevinalon@gmail.com>"
11 ],
12 "license": "MIT",
13 "keywords": [
14 "convert",
15 "array-like",
16 "data",
17 "structure",
18 "Array",
19 "instance",
20 "raze"
21 ],
22 "homepage": "https://github.com/volkovasystems/raze",
23 "moduleType": [
24 "es6",
25 "globals",
26 "node"
27 ],
28 "ignore": [
29 "**/.*",
30 "node_modules",
31 "bower_components",
32 "test",
33 "tests"
34 ]
35}