aboutsummaryrefslogtreecommitdiff
path: root/node_modules/private/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/private/package.json')
-rw-r--r--node_modules/private/package.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/node_modules/private/package.json b/node_modules/private/package.json
new file mode 100644
index 000000000..c1c520b32
--- /dev/null
+++ b/node_modules/private/package.json
@@ -0,0 +1,39 @@
+{
+ "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.7",
+ "homepage": "http://github.com/benjamn/private",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/benjamn/private.git"
+ },
+ "license": "MIT",
+ "main": "private.js",
+ "files": [
+ "private.js"
+ ],
+ "scripts": {
+ "test": "mocha --reporter spec --full-trace test/run.js"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ },
+ "devDependencies": {
+ "mocha": "^3.2.0"
+ }
+}