UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

34 lines (33 loc) 665 B
{ "author": { "name": "Ben Newman", "email": "bn@cs.stanford.edu" }, "name": "private", "description": "Utility for associating truly private state with any JavaScript object", "keywords": [ "private", "access control", "access modifiers", "encapsulation", "secret", "state", "privilege", "scope", "es5" ], "version": "0.1.6", "homepage": "http://github.com/benjamn/private", "repository": { "type": "git", "url": "git://github.com/benjamn/private.git" }, "license": "MIT", "main": "private.js", "scripts": { "test": "node test/run.js" }, "engines": { "node": ">= 0.6" } }