UNPKG

627 BJSONView Raw
1{
2 "name": "arkount",
3 "version": "0.12.0",
4 "description": "Safe array element count.",
5 "main": "arkount.deploy.js",
6 "support": "arkount.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 "safe",
15 "array",
16 "element",
17 "count",
18 "arkount"
19 ],
20 "homepage": "https://github.com/volkovasystems/arkount",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests"
27 ],
28 "dependencies": {
29 "raze": "^0.34.0",
30 "truly": "^0.20.0"
31 }
32}
\No newline at end of file