UNPKG

slush-jspm-react-seed

Version:

Slush for scaffolding, Jspm for packaging, React for templating framework

49 lines (48 loc) 1.1 kB
{ "name": "slush-jspm-react-seed", "description": "Slush for scaffolding, Jspm for packaging, React for templating framework", "version": "2.1.4", "homepage": "https://elephantseed.firebaseapp.com", "author": { "name": "Sergio Lopez", "email": "sloppy@sloppylopez.com" }, "repository": { "type": "git", "url": "git://github.com/Elephantseed/whalephant.git" }, "bugs": { "url": "https://github.com/Elephantseed/whalephant/issues" }, "license": "MIT", "main": "slushfile.js", "engines": { "node": ">= 0.12.0", "npm": ">=1.4.3" }, "scripts": { "test": "echo \"No tests\"" }, "dependencies": { "gulp": "^3.9.1", "gulp-conflict": "^0.4.0", "gulp-install": "^0.4.0", "gulp-util": "^3.0.7", "gulp-rename": "^1.2.2", "gulp-shell": "^0.5.2", "gulp-template": "^4.0.0", "iniparser": "^1.0.5", "inquirer": "^1.1.0", "lodash": "^4.13.1", "slush": "^1.1.1", "underscore.string": "^3.3.4" }, "keywords": [ "slush", "jspm", "nodejs", "react", "boostrap", "reactbootstrap" ] }