UNPKG

969 BJSONView Raw
1{
2 "name": "@oada/fields-module",
3 "version": "2.1.4",
4 "description": "cerebral module for implementing fields from an oada-compliant server",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "babel src --out-dir ./ --presets=env",
9 "prepare": "npm run build",
10 "build-watch": "babel --watch src --out-dir ./ --presets=env"
11 },
12 "author": "OADA",
13 "license": "Apache-2.0",
14 "dependencies": {
15 "@mapbox/geojson-area": "^0.2.2",
16 "@oada/cerebral-module": "^2.1.4",
17 "@turf/bbox": "^6.0.1",
18 "@turf/centroid": "^6.0.2",
19 "Promise": "^1.0.5",
20 "cerebral": "^4.2.2",
21 "uuid": "^3.3.2"
22 },
23 "devDependencies": {
24 "babel-cli": "^6.26.0",
25 "babel-core": "^6.26.3",
26 "babel-loader": "^7.0.0",
27 "babel-plugin-transform-object-rest-spread": "^6.23.0",
28 "babel-plugin-transform-react-jsx": "^6.24.1",
29 "babel-preset-env": "^1.7.0",
30 "webpack-cli": "^3.2.3"
31 }
32}