Sha256: ad4a3f8de32ed7def3ee86a51746fb66223b976f8e4ffb9cc916b5d9e7af7e86

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

{
  "name": "hauler",
  "version": "0.1.0",
  "description": "NodeJS binary for the hauler gem",
  "author": "Arturo Guzman @guzart",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/guzart/hauler.git"
  },
  "main": "dist/index.js",
  "bin": {
    "hauler-server": "bin/dev-server.js",
    "hauler-update-scripts": "bin/update-scripts"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "npm-run-all clean compile generate_package",
    "clean": "rm -rf ./dist",
    "compile": "./node_modules/babel-cli/bin/babel.js --out-dir=./dist --ignore=./decls ./src",
    "dev": "npm-run-all clean watch",
    "generate_package": "node make-package.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "./node_modules/babel-cli/bin/babel.js --watch=./src --ignore=./decls --out-dir=./dist"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-plugin-transform-flow-strip-types": "^6.8.0",
    "eslint": "^3.2.0",
    "eslint-plugin-flow-vars": "^0.5.0",
    "eslint-plugin-flowtype": "^2.4.0",
    "flow-bin": "^0.30.0"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hauler-0.1.0 package.json