silex
Version:
The Node framework based on the Symfony 2
38 lines (37 loc) • 738 B
JSON
{
"name": "silex",
"version": "0.0.35",
"description": "The Node framework based on the Symfony 2",
"author": "Valentin Allaire <valentin@sitexw.fr>",
"license": "MIT",
"keywords": [
"silex",
"silexjs",
"framework",
"web",
"symfony",
"symfony2"
],
"dependencies": {
"spaceload": "<2.0.0",
"minimist": "1.x",
"ncp": "1.x",
"commander": "2.x"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0"
},
"preferGlobal": true,
"bin": {
"silex" : "./bin/silex"
},
"repository": {
"type": "git",
"url": "https://github.com/silexjs/silex.git"
},
"bugs": {
"url": "https://github.com/silexjs/silex/issues"
},
"homepage": "https://github.com/silexjs/silex"
}