@ambers/silk
Version:
Stream-based, mochikit-inspired framework for creating and manipulating contents of a page. For Amber Smalltalk.
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "@ambers/silk",
"title": "Stream-based mochikit-inspired in-page Web framework",
"description": "Stream-based, mochikit-inspired framework for creating and manipulating contents of a page. For Amber Smalltalk.",
"version": "0.6.1",
"homepage": "https://lolg.it/herby/silk",
"author": {
"name": "Herbert Vojčík",
"email": "herby@mailbox.sk"
},
"repository": {
"type": "git",
"url": "https://lolg.it/herby/silk.git"
},
"bugs": {
"url": "https://lolg.it/herby/silk/issues"
},
"licenses": [
{
"type": "MIT",
"url": "ttps://lolg.it/herby/silk/src/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"reset": "npm run clean && npm run init",
"clean": "rm -rf node_modules || rd /s/q node_modules",
"init": "npm install && grunt default devel",
"test": "grunt test"
},
"dependencies": {
"@ambers/lang": ">=0.24.0",
"@ambers/domite": "^0.9.0"
},
"devDependencies": {
"@ambers/contrib-jquery": ">=0.5.0",
"@ambers/contrib-legacy": ">=0.7.1",
"@ambers/helios": ">=0.10.0",
"@ambers/ide-starter-modal": "^0.2.0",
"@ambers/sdk": "^0.12.0",
"es6-promise": "^4.2.4",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-exec": "^3.0.0",
"requirejs": "^2.3.5"
},
"keywords": [
"Amber",
"Smalltalk"
]
}