5no-global
Version:
Global variables manager
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "5no-global",
"version": "1.0.2",
"description": "Global variables manager",
"main": "compiled/index.js",
"scripts": {
"clean": "rm -rf compiled",
"lint": "eslint --ext .js src",
"lint:fix": "eslint --fix --ext .js src",
"test": "mocha test",
"build": "babel src -d compiled",
"release": "yarn lint && yarn clean && yarn build && yarn test"
},
"author": "reb2020",
"license": "MIT",
"keywords": [
"manager",
"global",
"window",
"var",
"variables",
"namespaces"
],
"homepage": "https://github.com/reb2020/5no-global#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/reb2020/5no-global.git"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"eslint": "^4.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.0.0",
"mocha": "^5.2.0"
}
}