Repository URL to install this package:
|
Version:
1.60.0 ▾
|
{
"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"
}
}