1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "trysmalltalk",
- "description": "Tutorial to learn Smalltalk",
- "version": "0.1.1",
- "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"
- ],
- "private": true,
- "dependencies": {
- "amber": "^0.14.3",
- "amber-attic": "^0.1.1"
- },
- "devDependencies": {
- "amber-ide-starter-dialog": "^0.1.0",
- "helios": "^0.3.0"
- }
- }
|