|
@@ -1,37 +1,38 @@
|
|
|
{
|
|
|
- "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.0"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "amber-ide-starter-dialog": "^0.1.0",
|
|
|
- "helios": "^0.3.0"
|
|
|
+ "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.1"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "amber-ide-starter-dialog": "^0.1.0",
|
|
|
+ "helios": "^0.3.0",
|
|
|
+ "amber-attic": "^0.1.1"
|
|
|
+ }
|
|
|
+}
|