UNPKG

@darkobits/formation

Version:
62 lines (61 loc) 1.54 kB
{ "name": "@darkobits/formation", "version": "1.0.0-beta.4", "license": "WTFPL", "contributors": [ { "name": "Joshua Martin", "email": "joshua@frontlawn.net" } ], "repository": { "type": "git", "url": "https://github.com/darkobits/formation.git" }, "engines": { "npm": ">=4.x", "node": ">=6.x" }, "files": [ "dist" ], "main": "dist/index.js", "browser": "dist/index.min.js", "scripts": { "clean": "rimraf dist", "lint": "xo", "test": "jest --config jest.json", "test:watch": "npm t -- --watch", "test:coverage": "npm t -- --coverage && open ./coverage/lcov-report/index.html", "prebuild": "run-p clean lint", "build:commonjs": "babel src --out-dir dist", "build:browser": "webpack --env.dist --progress", "build": "run-p build:commonjs build:browser", "build:watch": "watch \"npm run build\" ./src/", "depcheck": "npm-check --skip-unused --no-emoji || true", "bundle-stats": "webpack --env.stats --env.dist" }, "xo": false, "peerDependencies": { "babel-polyfill": "6.x" }, "dependencies": { "@darkobits/interface": "1.x", "angular": "^1.5.0", "angular-messages": "^1.5.0", "ramda": "0.23.x" }, "devDependencies": { "@darkobits/unity": "^1.0.0-beta.4", "angular-mocks": "^1.5.0", "babel-cli": "6.x", "eslint": "3.x", "jest": "19.x", "npm-check": "5.4.x", "npm-run-all": "4.x", "rimraf": "2.6.x", "watch": "1.x", "webpack": "2.x", "xo": "0.18.x" } }