UNPKG

librejs-cli

Version:

Command line tool for GNU LibreJS

33 lines (32 loc) 643 B
{ "name": "librejs-cli", "version": "0.0.3", "description": "Command line tool for GNU LibreJS", "bin": { "librejs": "./bin/librejs" }, "main": "src/cli/cli.js", "scripts": { "pretest": "jscs src && jshint src", "test": "node tests/runner" }, "repository": { "type": "git", "url": "https://github.com/nikolas/librejs-cli" }, "keywords": [ "librejs" ], "author": "Nik Nyby", "license": "GPL-3.0+", "dependencies": { "acorn": "^1.0.3", "cli": "^0.6.6", "sprintf-js": "^1.0.2" }, "devDependencies": { "jscs": "^1.12.0", "jshint": "^2.7.0", "qunit": "^0.7.6" } }