forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (17 loc) · 742 Bytes
/
package.json
File metadata and controls
18 lines (17 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name" : "eyes",
"description" : "a customizable value inspector",
"url" : "http://github.com/cloudhead/eyes.js",
"keywords" : ["inspector", "debug", "inspect", "print"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }],
"licenses" : ["MIT"],
"main" : "./lib/eyes",
"version" : "0.1.8",
"scripts" : { "test": "node test/*-test.js" },
"directories" : { "lib": "./lib", "test": "./test" },
"engines" : { "node": "> 0.1.90" }
,"_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
,"_integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A="
,"_from": "eyes@0.1.8"
}