@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "escope",
"description": "ECMAScript scope analyzer",
"homepage": "http://github.com/Constellation/escope.html",
"main": "escope.js",
"version": "1.0.3",
"engines": {
"node": ">=0.4.0"
},
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"web": "http://github.com/Constellation"
}
],
"repository": {
"type": "git",
"url": "http://github.com/Constellation/escope.git"
},
"dependencies": {
"estraverse": "^2.0.0"
},
"devDependencies": {
"jshint": "~2.5.10",
"coffee-script": "~1.8.0",
"chai": "~1.10.0",
"esprima": "~1.2.2",
"jsdoc": "~3.3.0-alpha10",
"gulp-mocha": "~1.1.1",
"gulp-jshint": "~1.9.0",
"gulp": "~3.8.10"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/escope/raw/master/LICENSE.BSD"
}
],
"scripts": {
"test": "gulp travis",
"unit-test": "gulp test",
"lint": "gulp lint",
"jsdoc": "jsdoc escope.js README.md"
}
}