forked from node-inspector/v8-profiler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 744 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "v8-profiler",
"version": "5.2.0",
"description": "node bindings for the v8 profiler",
"homepage": "http://github.com/node-inspector/v8-profiler",
"author": "Danny Coates <dannycoates@gmail.com>",
"contributors": [
{
"name": "Miroslav Bajtoš"
},
{
"name": "3y3",
"email": "3y3@bk.ru"
}
],
"license": {
"name": "BSD",
"url": "https://github.com/node-inspector/v8-profiler/blob/master/LICENSE"
},
"keywords": [
"profiler",
"inspector"
],
"engines": {
"node": ">=0.10"
},
"main": "v8-profiler",
"dependencies": {
"nan": "~1.2.0"
},
"devDependencies": {
"mocha": "~1.20.1",
"chai": "~1.9.1"
},
"scripts": {
"test": "mocha"
}
}