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 / cson-parser / package.json
Size: Mime:
{
  "name": "cson-parser",
  "version": "1.3.5",
  "description": "Safe parsing of CSON files",
  "license": "BSD-3-Clause",
  "main": "lib/cson-parser.js",
  "homepage": "https://github.com/groupon/cson-parser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/groupon/cson-parser"
  },
  "bugs": {
    "url": "https://github.com/groupon/cson-parser/issues"
  },
  "scripts": {
    "pretest": "eslint lib test",
    "test": "mocha",
    "posttest": "nlm verify"
  },
  "nlm": {
    "license": {
      "files": [
        "lib"
      ]
    }
  },
  "dependencies": {
    "coffee-script": "^1.10.0"
  },
  "devDependencies": {
    "assertive": "^2.1.0",
    "eslint": "^2.0.0",
    "eslint-config-groupon-es5": "^3.0.0",
    "eslint-plugin-import": "^1.6.1",
    "eslint-plugin-node": "^2.0.0",
    "mocha": "^3.1.2",
    "nlm": "^3.0.0"
  },
  "author": {
    "name": "Groupon",
    "email": "opensource@groupon.com"
  },
  "keywords": [
    "cson",
    "parser"
  ],
  "files": [
    "*.js",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}