UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@coorpacademy/history",
3 "version": "5.3.14",
4 "description": "",
5 "main": "lib/history.js",
6 "module": "es/history.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 "history": "^4.7.2",
35 "lodash": "^4.17.4"
36 },
37 "devDependencies": {
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 "jsdom": "^11.0.0",
46 "rimraf": "^2.6.1"
47 },
48 "author": "CoorpAcademy",
49 "gitHead": "8c8c1cc04f71651ce622d9551af377e91ce470ba"
50}