UNPKG

622 BJSONView Raw
1{
2 "name": "cater",
3 "version": "0.4.0",
4 "description": "Modular convention-driven framework for React and Friends",
5 "author": "Jon Williams <jon@jonathannen.com> https://jonathannen.com",
6 "license": "MIT",
7 "bin": "./bin/cater",
8 "homepage": "https://github.com/jonathannen/cater",
9 "keywords": [
10 "react"
11 ],
12 "main": "index.js",
13 "repository": "jonathannen/cater",
14 "scripts": {
15 "test": "jest"
16 },
17 "dependencies": {
18 "cater-runtime": "^0.4.0"
19 },
20 "devDependencies": {
21 "cater-jest": "^0.4.0",
22 "jest": "^22.0.4",
23 "react-test-renderer": "^16.2.0",
24 "supertest": "^3.0.0"
25 }
26}
\No newline at end of file