source: trip-planner-front/node_modules/performance-now/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "performance-now",
3 "description": "Implements performance.now (based on process.hrtime).",
4 "keywords": [],
5 "version": "2.1.0",
6 "author": "Braveg1rl <braveg1rl@outlook.com>",
7 "license": "MIT",
8 "homepage": "https://github.com/braveg1rl/performance-now",
9 "bugs": "https://github.com/braveg1rl/performance-now/issues",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/braveg1rl/performance-now.git"
13 },
14 "private": false,
15 "dependencies": {},
16 "devDependencies": {
17 "bluebird": "^3.4.7",
18 "call-delayed": "^1.0.0",
19 "chai": "^3.5.0",
20 "chai-increasing": "^1.2.0",
21 "coffee-script": "~1.12.2",
22 "mocha": "~3.2.0",
23 "pre-commit": "^1.2.2"
24 },
25 "optionalDependencies": {},
26 "main": "lib/performance-now.js",
27 "scripts": {
28 "build": "mkdir -p lib && rm -rf lib/* && node_modules/.bin/coffee --compile -m --output lib/ src/",
29 "prepublish": "npm test",
30 "pretest": "npm run build",
31 "test": "node_modules/.bin/mocha",
32 "watch": "node_modules/.bin/coffee --watch --compile --output lib/ src/"
33 },
34 "typings": "src/index.d.ts"
35}
Note: See TracBrowser for help on using the repository browser.