| { | |
| "name": "eclipse-artwork", | |
| "version": "0.0.1", | |
| "authors": [ | |
| "Christopher Guindon <chris.guindon@eclipse.org>" | |
| ], | |
| "description": "Assets for eclipse.org Artwork section.", | |
| "license": "EPL", | |
| "homepage": "https://www.eclipse.org", | |
| "private": true, | |
| "ignore": [ | |
| "**/.*", | |
| "node_modules", | |
| "bower_components", | |
| "test", | |
| "tests" | |
| ], | |
| "devDependencies": { | |
| "solstice-assets": "git@github.com:EclipseFdn/solstice-assets.git" | |
| } | |
| } |