forked from mlippautz/v8-heap-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
{
"name": "v8-heap-stats",
"version": "0.0.1",
"description": "",
"main": "app/app.js",
"dependencies": {
"babel-core": "~6.10.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.11.1",
"react": "~15.2.1",
"react-dom": "~15.2.1",
"file-loader": "~0.9.0",
"webpack": "~1.13.1",
"eslint": "~2.13.1"
},
"devDependencies": {
"gh-pages": "~0.11.0",
"eslint-config-google": "~0.6.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "~5.2.2",
"babel-eslint": "~6.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d dist",
"lint": "eslint app"
},
"repository": {
"type": "git",
"url": "git://github.com/mlippautz/v8-heap-stats.git"
},
"eslintConfig": {
"extends": "google",
"env": {
"browser": true,
"node": true
},
"globals": {
"google": false
}
},
"author": "V8 project authors",
"license": "SEE LICENSE",
"bugs": {
"url": "https://github.com/mlippautz/v8-heap-stats/issues"
}
}