contempo/package.json

13 lines
226 B
JSON
Raw Permalink Normal View History

2018-09-08 22:55:42 -05:00
{
"name": "contempo",
2019-03-05 22:52:19 -06:00
"version": "1.0.1",
2018-09-08 22:55:42 -05:00
"description": "Component styles from text",
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"dependencies": {
"css": "^2.2.4",
"react": "^16.5.0"
}
}