hey-global
Version:
global.js, global, js
30 lines (29 loc) • 746 B
JSON
{
"name": "hey-global",
"version": "1.0.0",
"description": "global.js, global, js",
"main": "./build/global.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hey-ui/hey-global.git"
},
"keywords": [
"global",
"hey"
],
"license": "The MIT License",
"dependencies": {},
"bugs": {
"url": "https://github.com/hey-ui/hey-global/issues"
},
"babel": {
"presets": ["es2015"]
},
"scripts": {
"build": "babel ./global.js -d build",
"min": "babel build/global.js --minified --no-babelrc -o build/global.min.js",
"test": "mocha --compilers js:babel-core/register ./test/*.js"
},
"homepage": "https://github.com/hey-ui/hey-global#readme",
"readmeFilename": "README.md"
}