-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 969 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
43
{
"name": "react-nanotranslate",
"main": "index.js",
"version": "1.2.1",
"description": "React context provider and component for nanotranslate",
"license": "MIT",
"repository": "ajoslin/react-nanotranslate",
"author": {
"name": "Andrew Joslin",
"email": "[email protected]",
"url": "ajoslin.com"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"react",
"nanotranslate",
"context",
"localization",
"tiny"
],
"devDependencies": {
"enzyme": "^2.8.0",
"jsdom": "^9.12.0",
"nanotranslate": "^1.0.3",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-hyperscript": "^3.0.0",
"standard": "^7.0.0",
"tape": "^4.0.0"
},
"peerDependencies": {
"react": "15.x",
"prop-types": "15.x",
"nanotranslate": ">=1.0.0"
},
"dependencies": {
"nanotranslate": "^1.1.0"
}
}