UNPKG

1.25 kBJSONView Raw
1{
2 "name": "filled",
3 "version": "0.23.0",
4 "description": "Check if array contains something.",
5 "main": "filled.js",
6 "support": "filled.support.js",
7 "deploy": "filled.deploy.js",
8 "browser": "filled.deploy.js",
9 "scripts": {
10 "build": "babel filled.js --out-file filled.support.js --source-maps && webpack --progress --display-modules",
11 "test": "mocha filled-test.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/volkovasystems/filled.git"
16 },
17 "keywords": [
18 "check",
19 "array",
20 "filled"
21 ],
22 "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
23 "contributors": [
24 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
25 "Vinse Vinalon <vinsevinalon@gmail.com>"
26 ],
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/volkovasystems/filled/issues"
30 },
31 "homepage": "https://github.com/volkovasystems/filled#readme",
32 "dependencies": {
33 "arkount": "^0.9.0",
34 "babel-runtime": "^6.23.0",
35 "doubt": "^0.28.0"
36 },
37 "devDependencies": {
38 "babel-cli": "^6.24.1",
39 "babel-core": "^6.25.0",
40 "babel-plugin-transform-runtime": "^6.23.0",
41 "babel-preset-latest": "^6.24.1",
42 "source-map-loader": "^0.2.1",
43 "webpack": "^3.0.0"
44 }
45}