Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
NPM and Node package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Sep 10, 2013
1 parent 8beec82 commit a011056
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 52 deletions.
93 changes: 41 additions & 52 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions package.json
@@ -0,0 +1,31 @@
{
"author": "Mendhak",
"name": "angular-performance",
"description": "AngularJS directive to measure perceived page load time",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/mendhak/angular-performance.git"
},
"main": "angular-performance",

"dependencies": {

},
"devDependencies": {

},
"optionalDependencies": {},
"engines": {

},
"keywords": [
"angular",
"angularjs",
"perfmon",
"performance",
"beacon",
"perceived",
"load"
]
}
2 changes: 2 additions & 0 deletions sample/index.html
Expand Up @@ -7,6 +7,8 @@
</head>
<body>

<h3>Press F12 and wait for the beacon request in your network tab</h3>

<div data-performance="PageName" data-performance-beacon="/sample/img/beacon.png">


Expand Down

0 comments on commit a011056

Please sign in to comment.