UNPKG

populist

Version:

A JavaScript module loader that gives the people what they want

46 lines (45 loc) 891 B
{ "author": { "name": "Ben Newman", "email": "bn@cs.stanford.edu" }, "name": "populist", "description": "A JavaScript module loader that gives the people what they want", "keywords": [ "modules", "require", "commonjs", "exports", "populist", "browserify", "wrapup", "stitch" ], "version": "0.1.6", "license": "MIT", "homepage": "http://github.com/benjamn/populist", "repository": { "type": "git", "url": "git://github.com/benjamn/populist.git" }, "main": "main.js", "bin": { "pander": "./bin/pander" }, "scripts": { "test": "whiskey test/run.js" }, "dependencies": { "q": ">= 0.9.7", "esprima": ">= 1.0.4", "ast-types": "~0.3.12", "commander": "~2.0.0", "graceful-fs": "~2.0.1" }, "optionalDependencies": { "whiskey": "0.6.x" }, "engines": { "node": ">= 0.8" } }