aboutsummaryrefslogtreecommitdiff
path: root/node_modules/symbol-observable/package.json
blob: 49ff105b8f48183fbae41af4fb5868949224138c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "symbol-observable",
  "version": "0.2.4",
  "description": "Symbol.observable ponyfill",
  "license": "MIT",
  "repository": "blesh/symbol-observable",
  "author": {
    "name": "Ben Lesh",
    "email": "ben@benlesh.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js",
    "ponyfill.js",
    "index.d.ts"
  ],
  "keywords": [
    "symbol",
    "observable",
    "observables",
    "ponyfill",
    "polyfill",
    "shim"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}