Skip to content

Instantly share code, notes, and snippets.

@neptunian
neptunian / jspm.config.js
Created August 6, 2016 19:47
jspm.config.js
SystemJS.config({
paths: {
"github:": "jspm_packages/github/",
"npm:": "jspm_packages/npm/",
"photography-site/": "src/"
},
browserConfig: {
"baseURL": "/"
},
devConfig: {
@neptunian
neptunian / package.json
Created October 30, 2015 11:02
react-images package.json
{
"name": "react-images",
"version": "0.0.9",
"description": "A simple, responsive lightbox component for displaying an array of images with React.js",
"main": "lib/Lightbox.js",
"author": "Joss Mackison",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jossmac/react-images.git"