es.shim/package.json

17 lines
337 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2017-03-17 20:12:45 +08:00
"version": "0.0.3",
2017-02-28 00:54:18 +08:00
"description": "Some shim api that let you can use in all node.js environment",
"keyworks": [
"es5",
"es6",
"polyfill",
"extend",
"shim"
],
"main": "lib/index.js",
"repository": "https://github.com/yutent/es.shim.git",
"author": "yutent",
"license": "MIT"
}