UNPKG

1.42 kBJSONView Raw
1{
2 "name": "arkount",
3 "version": "0.12.0",
4 "description": "Safe array element count.",
5 "main": "arkount.js",
6 "support": "arkount.support.js",
7 "deploy": "arkount.deploy.js",
8 "browser": "arkount.deploy.js",
9 "scripts": {
10 "build": "babel arkount.js --out-file arkount.support.js --source-maps && webpack --progress --display-modules",
11 "pristine": "rsetmod clean && flxc execute ./.install.sh",
12 "clear": "rsetmod clean --clear",
13 "formal": "jesy apply '*.json'",
14 "pretest": "npm run clear && npm run build",
15 "test": "node arkount-test.js",
16 "posttest": "npm run formal"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/volkovasystems/arkount.git"
21 },
22 "keywords": [
23 "safe",
24 "array",
25 "element",
26 "count",
27 "arkount"
28 ],
29 "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
30 "contributors": [
31 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
32 "Vinse Vinalon <vinsevinalon@gmail.com>"
33 ],
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/volkovasystems/arkount/issues"
37 },
38 "homepage": "https://github.com/volkovasystems/arkount#readme",
39 "dependencies": {
40 "babel-runtime": "^6.23.0",
41 "raze": "^0.34.0",
42 "truly": "^0.20.0"
43 },
44 "devDependencies": {
45 "babel-cli": "^6.24.1",
46 "babel-core": "^6.25.0",
47 "babel-plugin-transform-runtime": "^6.23.0",
48 "babel-preset-latest": "^6.24.1",
49 "source-map-loader": "^0.2.1",
50 "webpack": "^3.3.0"
51 }
52}
\No newline at end of file