12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "trysmalltalk",
- "description": "Tutorial to learn Smalltalk",
- "version": "0.1.2",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "/test_runner.js",
- "test",
- "tests",
- "/config.js",
- "/the.js"
- ],
- "authors": [
- {
- "name": "hhzl",
- "email": "hannes.hirzel@gmail.com"
- }
- ],
- "homepage": "https://github.com/amber-smalltalk/trysmalltalk",
- "keywords": [
- "Amber",
- "Smalltalk"
- ],
- "license": [
- "MIT"
- ],
- "dependencies": {
- "amber": ">=0.14.13 <0.14.17",
- "amber-contrib-legacy": "^0.2.0"
- },
- "devDependencies": {
- "amber-ide-starter-dialog": "^0.1.0",
- "helios": "^0.5.2"
- }
- }
|