1{
2  "name": "performance-now",
3  "description": "Implements performance.now (based on process.hrtime).",
4  "keywords": [],
5  "version": "0.2.0",
6  "author": "Meryn Stol <merynstol@gmail.com>",
7  "license": "MIT",
8  "homepage": "https://github.com/meryn/performance-now",
9  "bugs": "https://github.com/meryn/performance-now/issues",
10  "repository": {
11    "type": "git",
12    "url": "git://github.com/meryn/performance-now.git"
13  },
14  "private": false,
15  "dependencies": {},
16  "devDependencies": {
17    "coffee-script": "~1.7.1",
18    "mocha": "~1.21.0"
19  },
20  "optionalDependencies": {},
21  "main": "lib/performance-now.js",
22  "scripts": {
23    "prepublish": "npm test",
24    "pretest": "make build",
25    "test": "make test"
26  }
27}
28