UNPKG

1.73 kBJSONView Raw
1{
2 "name": "redux-meshblu",
3 "version": "1.0.4",
4 "description": "Redux Actions with a dose of Meshblu.",
5 "main": "dist/bundle.js",
6 "scripts": {
7 "clean": "rimraf dist",
8 "build:webpack": "NODE_ENV=production webpack --config webpack.config.js",
9 "build": "npm run clean && npm run build:webpack",
10 "lint": "eslint src",
11 "lint:fix": "eslint src --fix",
12 "test": "nyc --require babel-core/register --require babel-polyfill mocha",
13 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-",
14 "coverage": "nyc report --reporter=lcov"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/octoblu/redux-meshblu.git"
19 },
20 "author": "Octoblu Inc",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/octoblu/redux-meshblu/issues"
24 },
25 "homepage": "https://github.com/octoblu/redux-meshblu#readme",
26 "devDependencies": {
27 "babel-core": "^6.11.4",
28 "babel-eslint": "^6.1.2",
29 "babel-loader": "^6.2.4",
30 "babel-polyfill": "^6.9.1",
31 "babel-preset-es2015": "^6.9.0",
32 "babel-preset-stage-0": "^6.5.0",
33 "chai": "^3.5.0",
34 "coffee-script": "^1.10.0",
35 "eslint": "^3.1.1",
36 "eslint-plugin-babel": "^3.3.0",
37 "eslint-plugin-import": "^1.12.0",
38 "mocha": "^2.5.3",
39 "mocha-multi": "^0.9.0",
40 "mocha-osx-reporter": "^0.1.2",
41 "npm-install-webpack-plugin": "^4.0.4",
42 "nyc": "^7.1.0",
43 "redux-mock-store": "^1.1.2",
44 "server-destroy": "^1.0.1",
45 "shmock": "^0.8.1",
46 "sinon": "^1.17.5",
47 "sinon-chai": "^2.8.0",
48 "webpack": "^1.13.1"
49 },
50 "dependencies": {
51 "browser-meshblu-http": "^5.2.9",
52 "redux": "^3.5.2",
53 "redux-act": "^0.5.0",
54 "redux-thunk": "^2.1.0"
55 }
56}