@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
29 lines (28 loc) • 618 B
JSON
{
"name": "reflect.ownkeys",
"version": "0.2.0",
"description": "Polyfill for ES6's Reflect.ownKeys",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/glenjamin/Reflect.ownKeys.git"
},
"keywords": [
"es6",
"reflect",
"ownkeys",
"polyfill"
],
"author": "Glen Mailer <glen@stainlessed.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glenjamin/Reflect.ownKeys/issues"
},
"homepage": "https://github.com/glenjamin/Reflect.ownKeys",
"devDependencies": {
"mocha": "^2.4.5"
}
}