UNPKG

sparkfile

Version:

A CLI scratch pad for ideas

38 lines (37 loc) 761 B
{ "name": "sparkfile", "version": "0.1.1", "description": "A CLI scratch pad for ideas", "main": "src/cli", "scripts": { "test": "grunt test", "prepublish": "grunt" }, "repository": { "type": "git", "url": "https://github.com/evansolomon/sparkfile" }, "keywords": [ "notes", "ideas", "cli" ], "author": "Evan Solomon", "license": "MIT", "bugs": { "url": "https://github.com/evansolomon/sparkfile/issues" }, "bin": "./bin/sparkfile", "devDependencies": { "should": "~1.2.2", "mocha": "~1.11.0", "grunt": "~0.4.1", "grunt-contrib-watch": "~0.4.4" }, "dependencies": { "coffee-script": "~1.6.3", "commander": "~1.2.0", "moment": "~2.0.0", "lodash": "~1.3.1" } }