UNPKG

solutions

Version:

A collaborative list of great resources about IT solutions.

66 lines (65 loc) 1.44 kB
{ "name": "solutions", "version": "0.0.6", "description": "A collaborative list of great resources about IT solutions. ", "homepage": "https://github.com/phodal/solutions#readme", "author": "Phodal", "files": [ "dist", "bin" ], "main": "index.js", "keywords": [ "Solution", "awesome", "opensource", "os", "phodal" ], "scripts": { "test": "gulp", "prepublish": "gulp prepublish" }, "repository": { "type": "git", "url": "git+https://github.com/phodal/solutions.git" }, "license": "MIT", "bugs": { "url": "https://github.com/phodal/solutions/issues" }, "bin": { "solutions": "bin/solutions.js" }, "devDependencies": { "eslint": "^2.1.0", "eslint-config-xo-space": "^0.13.0", "babel-eslint": "^4.1.8", "eslint-plugin-babel": "^3.1.0", "gulp": "^3.9.0", "gulp-eslint": "^2.0.0", "gulp-exclude-gitignore": "^1.0.0", "gulp-line-ending-corrector": "^1.0.1", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.0.0", "gulp-plumber": "^1.0.0", "gulp-nsp": "^2.1.0", "gulp-coveralls": "^0.1.0", "gulp-babel": "^5.1.0", "del": "^2.0.2", "babel-core": "^5.5.0", "isparta": "^3.0.3" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true } }, "dependencies": { "commander": "^2.9.0", "lodash": "^4.13.0", "rx": "^4.1.0", "rx-node": "^1.0.2" } }