UNPKG

917 BJSONView Raw
1{
2 "name": "ison-js",
3 "version": "1.0.36",
4 "description": "ison function JS",
5 "main": "dist/ison.js",
6 "scripts": {
7 "build": "webpack --mode production --watch",
8 "test": "jest --watch",
9 "flow": "flow"
10 },
11 "keywords": [
12 "ison mobile js"
13 ],
14 "author": "EDBZ",
15 "license": "ISC",
16 "dependencies": {},
17 "devDependencies": {
18 "babel-core": "^6.26.3",
19 "babel-jest": "^22.4.3",
20 "babel-loader": "^7.1.4",
21 "babel-plugin-transform-runtime": "^6.23.0",
22 "babel-polyfill": "^6.26.0",
23 "babel-preset-env": "^1.6.1",
24 "babel-runtime": "^6.26.0",
25 "flow-babel-webpack-plugin": "^1.1.1",
26 "flow-bin": "^0.70.0",
27 "html-webpack-plugin": "^3.2.0",
28 "jest": "^22.4.3",
29 "regenerator-runtime": "^0.11.1",
30 "sinon": "^5.0.3",
31 "uglifyjs-webpack-plugin": "^1.2.5",
32 "webpack": "^4.6.0",
33 "webpack-cli": "^2.0.15",
34 "webpack-dev-server": "^3.1.3"
35 }
36}