1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "helios",
- "title": "Helios IDE for Amber",
- "description": "Helios IDE for Amber Smalltalk",
- "version": "0.1.0",
- "homepage": "https://github.com/amber-smalltalk/helios",
- "repository": {
- "type": "git",
- "url": "git://github.com/amber-smalltalk/helios"
- },
- "bugs": {
- "url": "https://github.com/amber-smalltalk/helios/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/amber-smalltalk/helios/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt": "~0.4.0",
- "grunt-execute": "~0.2.1",
- "grunt-contrib-clean": "~0.5.0",
- "amber-dev": "~0.1.5"
- },
- "keywords": [
- "Amber",
- "Smalltalk",
- "Helios",
- "IDE"
- ]
- }
|