-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 820 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
34
35
36
37
38
39
40
41
42
{
"name": "react-lensed-state",
"version": "0.1.2",
"description": "Mixin provided ReactLink with lensed attributes",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"files": [
"src/*",
"index.js",
"package.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/Laiff/react-lensed-state.git"
},
"keywords": [
"mixin",
"react",
"react-component",
"lens",
"functional",
"state"
],
"author": "Andrew Laiff <q.laiff@gmail.com> (https://github.com/Laiff)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laiff/react-lensed-state/issues"
},
"dependencies": {
"data.lens": "0.0.3"
},
"peerDependencies" : {
"react": ">= 0.11.2"
},
"engines": {
"node" : "*"
}
}