fis3-hook-commonjs
Version:
fis3 commonJs module
39 lines (38 loc) • 852 B
JSON
{
"name": "fis3-hook-commonjs",
"version": "0.1.34",
"description": "fis3 commonJs module",
"main": "index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fis3-hook-commonjs.git"
},
"keywords": [
"fis3",
"commonJs",
"module"
],
"author": "fis",
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/fis3-hook-commonjs/issues"
},
"homepage": "https://github.com/fex-team/fis3-hook-commonjs",
"devDependencies": {
"chai": "^3.2.0",
"fis3": "^3.1.3",
"fis3-postpackager-loader": "^1.2.7",
"mocha": "^2.2.1",
"mocha-junit-reporter": "^1.4.0",
"should": "^13.2.3"
},
"dependencies": {
"source-map": "^0.5.3",
"escope": "^3.3.0",
"esprima": "^2.7.1",
"jstransform": "^11.0.3"
}
}