UNPKG

1.03 kBJSONView Raw
1{
2 "name": "abacus-perf",
3 "description": "Collect real time function call perf and reliability metrics",
4 "license": "Apache-2.0",
5 "version": "0.0.2",
6 "private": false,
7 "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/perf",
8 "bugs": {
9 "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
14 },
15 "keywords": [
16 "cf",
17 "abacus"
18 ],
19 "files": [
20 ".npmrc",
21 "lib/",
22 "src/"
23 ],
24 "main": "lib/index.js",
25 "scripts": {
26 "babel": "babel",
27 "test": "eslint && mocha",
28 "lint": "eslint",
29 "pub": "publish"
30 },
31 "dependencies": {
32 "abacus-debug": "^0.0.2",
33 "abacus-events": "^0.0.2",
34 "underscore": "^1.8.3"
35 },
36 "devDependencies": {
37 "abacus-babel": "^0.0.2",
38 "abacus-eslint": "^0.0.2",
39 "abacus-mocha": "^0.0.2",
40 "abacus-publish": "^0.0.2"
41 },
42 "engines": {
43 "node": ">=0.10.0",
44 "npm": ">=2.0.0"
45 }
46}
\No newline at end of file