Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "symbol-observable",
|
---|
| 3 | "version": "4.0.0",
|
---|
| 4 | "description": "Symbol.observable ponyfill",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "blesh/symbol-observable",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Ben Lesh",
|
---|
| 9 | "email": "ben@benlesh.com"
|
---|
| 10 | },
|
---|
| 11 | "scripts": {
|
---|
| 12 | "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill",
|
---|
| 13 | "build": "babel es --out-dir lib",
|
---|
| 14 | "prepublish": "npm test"
|
---|
| 15 | },
|
---|
| 16 | "files": [
|
---|
| 17 | "index.js",
|
---|
| 18 | "ponyfill.js",
|
---|
| 19 | "index.d.ts",
|
---|
| 20 | "ponyfill.d.ts",
|
---|
| 21 | "es/index.js",
|
---|
| 22 | "es/ponyfill.js",
|
---|
| 23 | "lib/index.js",
|
---|
| 24 | "lib/ponyfill.js"
|
---|
| 25 | ],
|
---|
| 26 | "main": "lib/index.js",
|
---|
| 27 | "module": "es/index.js",
|
---|
| 28 | "jsnext:main": "es/index.js",
|
---|
| 29 | "typings": "index.d.ts",
|
---|
| 30 | "keywords": [
|
---|
| 31 | "symbol",
|
---|
| 32 | "observable",
|
---|
| 33 | "observables",
|
---|
| 34 | "ponyfill",
|
---|
| 35 | "polyfill",
|
---|
| 36 | "shim"
|
---|
| 37 | ],
|
---|
| 38 | "devDependencies": {
|
---|
| 39 | "babel-cli": "^6.9.0",
|
---|
| 40 | "babel-preset-es2015": "^6.9.0",
|
---|
| 41 | "babel-preset-es3": "^1.0.0",
|
---|
| 42 | "chai": "^3.5.0",
|
---|
| 43 | "check-es3-syntax-cli": "^0.1.0",
|
---|
| 44 | "mocha": "^2.4.5",
|
---|
| 45 | "typescript": "^4.0.5"
|
---|
| 46 | },
|
---|
| 47 | "engines": {
|
---|
| 48 | "node": ">=0.10"
|
---|
| 49 | }
|
---|
| 50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.