source: frontend/node_modules/harmony-reflect/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 507 bytes
Line 
1{
2 "name": "harmony-reflect",
3 "version": "1.6.2",
4 "description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
5 "main": "reflect.js",
6 "keywords": [
7 "reflection",
8 "proxies",
9 "proxy",
10 "reflect",
11 "harmony",
12 "es6"
13 ],
14 "license": "(Apache-2.0 OR MPL-1.1)",
15 "homepage": "https://github.com/tvcutsem/harmony-reflect",
16 "typings": "index.d.ts",
17 "repository" : {
18 "type" : "git",
19 "url" : "https://tvcutsem@github.com/tvcutsem/harmony-reflect.git"
20 }
21}
Note: See TracBrowser for help on using the repository browser.