forked from marnusw/fluxible-plugin-react-perf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "fluxible-plugin-react-perf",
"version": "0.2.1",
"description": "A fluxible plugin that runs the React.Perf tools on every `executeAction` and `dispatch`.",
"main": "index.js",
"peerDependencies": {
"react": "^0.14.0-rc1"
},
"dependencies": {
"react-addons-perf": "^0.14.0-rc1"
},
"devDependencies": {
"babel-eslint": "^4.1.1",
"eslint": "^1.4.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"react": "^0.14.0-rc1"
},
"scripts": {
"test": "echo \"No test implemented\" && exit 0",
"prepublish": "gulp eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/marnusw/fluxible-plugin-react-perf"
},
"keywords": [
"fluxible",
"react",
"react.Perf",
"performance",
"profiling"
],
"author": "Marnus Weststrate <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marnusw/fluxible-plugin-react-perf/issues"
},
"homepage": "https://github.com/marnusw/fluxible-plugin-react-perf"
}