forked from the-real-adammork/react-flowtype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 998 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 998 Bytes
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
{
"name": "react-flowtype",
"version": "1.0.7",
"description": "React implementation of flowtype.js: font-size based on element width. Allows you to keep the ideal amount of characters per line, while scaling font size.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --optimize-minimize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bond-agency/react-flowtype.git"
},
"keywords": [
"react-component",
"typography"
],
"author": "Bond",
"license": "MIT",
"bugs": {
"url": "https://github.com/bond-agency/react-flowtype/issues"
},
"homepage": "https://github.com/bond-agency/react-flowtype#readme",
"dependencies": {
"react": "^16.7.0"
},
"devDependencies": {
"webpack": "^1.14.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0"
}
}