webappengine
Version:
A web application platform that can host multiple web apps running with Node.js.
59 lines • 1.16 kB
JSON
{
"name": "webappengine",
"version": "0.3.2",
"description": "A web application platform that can host multiple web apps running with Node.js.",
"ignore": [],
"dependencies": {
"bootstrap": "~3.3.5",
"json2": "*",
"modernizr": "~2.8.3",
"normalize-css": "3.0.x",
"react": "~0.13.3",
"stacktrace-js": "0.6.x",
"handlebars": "~3.0.3",
"html5shiv": "~3.7.3",
"react-router": "~0.13.3",
"jquery": "1.11.x",
"rxjs": "~3.0.0",
"async": "~1.4.2",
"jsUri": "~1.3.1",
"i18next": "~1.10.2",
"ionicons": "~2.0.1",
"Sortable": "~1.2.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/**"
]
},
"handlebars": {
"main": "handlebars.runtime.js"
},
"jquery": {
"main": [
"dist/jquery.js",
"dist/jquery.min.js"
]
},
"json2": {
"main": "json2.js"
},
"modernizr": {
"main": "modernizr.js"
},
"react": {
"main": [
"react*.js"
]
},
"rxjs": {
"main": [
"dist/rx.js",
"dist/rx.*.js",
"dist/rx.*.map"
]
}
},
"license": "MIT"
}