1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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"
- },
- "_release": "0.1.1",
- "_resolution": {
- "type": "version",
- "tag": "0.1.1",
- "commit": "2c98e2127ae8314e5779a6d581770c4014d5e962"
- },
- "_source": "git://github.com/amber-smalltalk/trysmalltalk.git",
- "_target": "0.1.1",
- "_originalSource": "trysmalltalk"
- }
|