generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "pretty-format",
|
||||
"version": "3.8.0",
|
||||
"description": "Stringify any JavaScript value.",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"author": "James Kyle <me@thejameskyle.com>",
|
||||
"keywords": [],
|
||||
"repository": "https://github.com/thejameskyle/pretty-format.git",
|
||||
"bugs": "https://github.com/thejameskyle/pretty-format/issues",
|
||||
"homepage": "https://github.com/thejameskle/pretty-format",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"perf": "node perf/test.js"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
"verbose": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"jest": "^15.1.1",
|
||||
"left-pad": "^1.1.1",
|
||||
"react": "15.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user