12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "trysmalltalk",
- "title": "TrySmalltalk",
- "description": "Tutorial to learn Smalltalk",
- "version": "0.1.0",
- "homepage": "https://github.com/amber-smalltalk/trysmalltalk",
- "author": {
- "name": "",
- "email": ""
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/amber-smalltalk/trysmalltalk"
- },
- "bugs": {
- "url": "https://github.com/amber-smalltalk/trysmalltalk/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/amber-smalltalk/trysmalltalk/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "devDependencies": {
- "amber-dev": "^0.3.1",
- "grunt": "^0.4.5",
- "grunt-contrib-requirejs": "^0.4.4",
- "requirejs": "^2.1.15"
- },
- "keywords": [
- "Amber",
- "Smalltalk"
- ]
- }
|