UNPKG

1.37 kBJSONView Raw
1{
2 "name": "filled",
3 "version": "0.26.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 "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 filled-test.js",
16 "posttest": "npm run formal"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/volkovasystems/filled.git"
21 },
22 "keywords": [
23 "check",
24 "array",
25 "filled"
26 ],
27 "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
28 "contributors": [
29 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
30 "Vinse Vinalon <vinsevinalon@gmail.com>"
31 ],
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/volkovasystems/filled/issues"
35 },
36 "homepage": "https://github.com/volkovasystems/filled#readme",
37 "dependencies": {
38 "arkount": "^0.12.0",
39 "babel-runtime": "^6.23.0"
40 },
41 "devDependencies": {
42 "babel-cli": "^6.24.1",
43 "babel-core": "^6.25.0",
44 "babel-plugin-transform-runtime": "^6.23.0",
45 "babel-preset-latest": "^6.24.1",
46 "source-map-loader": "^0.2.1",
47 "webpack": "^3.3.0"
48 }
49}
\No newline at end of file