forked from gaearon/react-pure-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 825 Bytes
/
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
{
"name": "react-pure-render",
"version": "1.0.2",
"description": "A function, a component and a mixin for React pure rendering",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-pure-render.git"
},
"scripts": {
"build": "./scripts/build",
"prepublish": "npm run build"
},
"keywords": [
"react",
"pure",
"render",
"shouldComponentUpdate",
"optimization",
"performance"
],
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-pure-render/issues"
},
"homepage": "https://github.com/gaearon/react-pure-render",
"devDependencies": {
"babel": "^5.2.9",
"babel-eslint": "^3.0.1",
"eslint": "^0.20.0"
}
}