UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@coorpacademy/redux-history",
3 "version": "5.3.17",
4 "description": "",
5 "main": "lib/index.js",
6 "module": "es/indes.js",
7 "files": [
8 "lib",
9 "es",
10 "README.md"
11 ],
12 "scripts": {
13 "test": "npm run lint",
14 "lint": "npm run eslint",
15 "eslint": "eslint ./ *.js *.json --ext .js,.json",
16 "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
17 "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
18 "build": "npm run build:commonjs && npm run build:es",
19 "clean:build:commonjs": "rimraf lib",
20 "clean:build:es": "rimraf es",
21 "clean:build": "npm run clean:build:commonjs && npm run clean:build:es",
22 "clean": "npm run clean:build",
23 "prepare": "npm run clean && npm run build --production"
24 },
25 "contributors": [
26 "Arthur Weber <arthur.weber@coorpacademy.com>",
27 "Christophe Dugne-Esquevin <christophe.dugne@coorpacademy.com>",
28 "Gaelle Leguet <gaelle.leguet@coorpacademy.com>",
29 "Jeroen Engels <jengels@coorpacademy.com>",
30 "Joan Ortega <joan.ortega@coorpacademy.com>",
31 "Julien Seren-Rosso <julien.seren-rosso@coorpacademy.com>"
32 ],
33 "dependencies": {
34 "lodash": "^4.17.4"
35 },
36 "devDependencies": {
37 "@coorpacademy/history": "5.3.15",
38 "babel-cli": "^6.24.1",
39 "babel-core": "^6.24.1",
40 "babel-plugin-istanbul": "^4.1.4",
41 "babel-plugin-transform-object-rest-spread": "^6.26.0",
42 "babel-preset-env": "^1.5.2",
43 "cross-env": "^5.0.0",
44 "eslint": "^4.18.2",
45 "redux": "^4.0.0",
46 "rimraf": "^2.6.1"
47 },
48 "author": "CoorpAcademy",
49 "gitHead": "804fb805b3d1f34deb314d612e73702e52639e66"
50}