constance
Version:
constants with prefix and postfix options
29 lines (28 loc) • 630 B
JSON
{
"name": "constance",
"version": "1.0.0",
"description": "constants with prefix and postfix options",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/andrejewski/constance.git"
},
"keywords": [
"constants",
"keymirror",
"prefix",
"postfix"
],
"author": "Chris Andrejewski <christopher.andrejewski@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrejewski/constance/issues"
},
"homepage": "https://github.com/andrejewski/constance",
"devDependencies": {
"mocha": "^2.0.1"
}
}