UNPKG

700 BJSONView Raw
1{
2 "name": "zen-observable",
3 "version": "0.8.15",
4 "repository": "zenparsing/zen-observable",
5 "description": "An Implementation of ES Observables",
6 "homepage": "https://github.com/zenparsing/zen-observable",
7 "license": "MIT",
8 "devDependencies": {
9 "@babel/cli": "^7.6.0",
10 "@babel/core": "^7.6.0",
11 "@babel/preset-env": "^7.6.0",
12 "@babel/register": "^7.6.0",
13 "eslint": "^6.5.0",
14 "mocha": "^6.2.0"
15 },
16 "dependencies": {},
17 "scripts": {
18 "test": "mocha --recursive --require ./scripts/mocha-require",
19 "lint": "eslint src/*",
20 "build": "git clean -dfX ./lib && node ./scripts/build",
21 "prepublishOnly": "npm run lint && npm test && npm run build"
22 }
23}