Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / asar / package.json
Size: Mime:
{
  "main": "./lib/asar.js",
  "name": "asar",
  "description": "Creating atom-shell app packages",
  "version": "0.12.1",
  "bin": {
    "asar": "bin/asar"
  },
  "license": "MIT",
  "homepage": "https://github.com/electron/asar",
  "repository": {
    "type": "git",
    "url": "https://github.com/electron/asar.git"
  },
  "bugs": {
    "url": "https://github.com/electron/asar/issues"
  },
  "scripts": {
    "prepublish": "grunt coffee",
    "pretest": "grunt clean coffeelint coffee",
    "test": "mocha --reporter spec --compilers coffee:coffee-script/register",
    "clean": "grunt clean"
  },
  "dependencies": {
    "chromium-pickle-js": "^0.1.0",
    "commander": "^2.9.0",
    "cuint": "^0.2.1",
    "glob": "^6.0.4",
    "minimatch": "^3.0.0",
    "mkdirp": "^0.5.0",
    "mksnapshot": "^0.3.0",
    "tmp": "0.0.28"
  },
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "grunt": "^0.4.1",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe",
    "grunt-contrib-coffee": "^0.13.0",
    "lodash": "^4.2.1",
    "mocha": "^2.0.1",
    "rimraf": "^2.5.1"
  }
}