Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrz committed Oct 15, 2017
0 parents commit fc33171
Show file tree
Hide file tree
Showing 2 changed files with 2,657 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "babel-plugin-console-perf",
"version": "0.0.1",
"description": "A plugin that makes it easy to profile functions using console.profile and console.time functions",
"main": "index.js",
"author": "Kashyap Kondamudi",
"license": "MIT",
"scripts": {
"test": "jest test.js",
"debug": "babel-node --inspect-brk test.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"jest": "^21.2.1"
},
"keywords": [ "babel-plugin", "console.profile", "console.time", "performance" ],
"files": [ "index.js" ]
}
Loading

0 comments on commit fc33171

Please sign in to comment.