UNPKG

877 BJSONView Raw
1{
2 "name": "request-layer",
3 "version": "0.3.2",
4 "description": "A complete client => socket request solution",
5 "main": "lib/index.js",
6 "repository": {
7 "url": "git@github.com:onedayonly/request-layer.git",
8 "type": "git"
9 },
10 "scripts": {
11 "flow": "flow",
12 "build": "rm -rf lib && babel src -d lib && rm -rf types && cp -a src/types types",
13 "prepublish": "npm run build"
14 },
15 "author": "Julien Vincent",
16 "license": "MIT",
17 "dependencies": {
18 "babel-preset-react": "^6.16.0",
19 "lodash": "^4.16.6",
20 "optimistic-redux": "^0.0.3",
21 "react": "^15.3.2",
22 "uuid-v4": "^0.1.0"
23 },
24 "devDependencies": {
25 "babel-cli": "^6.18.0",
26 "babel-plugin-lodash": "^3.2.9",
27 "babel-plugin-transform-flow-strip-types": "^6.18.0",
28 "babel-preset-es2015": "^6.18.0",
29 "babel-preset-stage-0": "^6.16.0",
30 "flow-bin": "^0.34.0"
31 }
32}