2015-09-01 06:58:53 +01:00

20 lines
505 B
JSON

{
"name": "babel-plugin-constant-folding",
"version": "1.0.1",
"description": "Compile static constants (ie. code that we can statically determine to be constant at runtime)",
"repository": "babel-plugins/babel-plugin-constant-folding",
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"babel": "^5.6.0"
},
"scripts": {
"build": "babel-plugin build",
"push": "babel-plugin publish",
"test": "babel-plugin test"
},
"keywords": [
"babel-plugin"
]
}