UNPKG

season

Version:
48 lines (47 loc) 984 B
{ "name": "season", "version": "6.0.2", "description": "CSON utilities", "licenses": [ { "type": "MIT", "url": "http://github.com/atom/season/raw/master/LICENSE.md" } ], "main": "./lib/cson.js", "bin": { "csonc": "./bin/csonc" }, "scripts": { "prepublish": "grunt clean lint coffee", "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/atom/season.git" }, "bugs": { "url": "https://github.com/atom/season/issues" }, "homepage": "http://atom.github.io/season", "keywords": [ "cson", "json", "CoffeeScript" ], "dependencies": { "cson-parser": "^1.3.0", "fs-plus": "^3.0.0", "yargs": "^3.23.0" }, "devDependencies": { "jasmine-focused": "1.x", "grunt-contrib-coffee": "~0.9.0", "grunt-cli": "~0.1.8", "grunt": "~0.4.1", "grunt-shell": "~0.2.2", "grunt-coffeelint": "0.0.6", "temp": "~0.5.0", "rimraf": "~2.1.4" } }