{
  "name": "for-ease",
  "version": "1.1.2",
  "description": "a simple library for itrating over anything",
  "main": "./dist/for.js",
  "scripts": {
    "test": "jasmine-node-karma ./dist/spec/for.spec.js --color",
    "bundle": "browserify ./dist/index.js -o ./bundle/for-ease.bundle.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SC0d3r/For.git"
  },
  "keywords": [
    "For",
    "Belt",
    "Utility",
    "Iteration"
  ],
  "author": "SC0d3r",
  "license": "MIT",
  "devDependencies": {
    "@types/jasmine": "^2.5.53",
    "browserify": "^14.4.0",
    "jasmine-node-karma": "^1.6.1"
  }
}
