slush-jspm-react-seed
Version:
Slush for scaffolding, Jspm for packaging, React for templating framework
118 lines (117 loc) • 3.06 kB
JSON
{
"name": "slush-jspm-react-seed",
"description": "Slush for scaffolding, Jspm for packaging, React as templating framework",
"version": "2.1.4",
"homepage": "https://github.com/sloppylopez/elephantseed",
"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"
},
"jspm": {
"main": "./app.js",
"dependencies": {
"classnames": "npm:classnames@^2.2.1",
"css": "github:systemjs/plugin-css@^0.1.20",
"plugin-typescript": "npm:plugin-typescript@^7.1.0",
"react-bootstrap": "npm:react-bootstrap@^0.28.1",
"react-router-bootstrap": "npm:react-router-bootstrap@^0.19.3",
"scss": "github:dougludlow/plugin-sass@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.18",
"core-js": "npm:core-js@^1.1.4",
"http": "npm:jspm-nodelibs-http@^0.2.0",
"https": "npm:jspm-nodelibs-https@^0.2.0",
"systemjs-hot-reloader": "npm:systemjs-hot-reloader@^1.1.0",
"url": "npm:jspm-nodelibs-url@^0.2.0"
},
"buildConfig": {
"transpileES6": true,
"minify": true
},
"overrides": {
"npm:babel-runtime@5.8.38": {
"main": false,
"dependencies": {},
"optionalDependencies": {
"core-js": "^1.2.0"
}
},
"npm:fbjs@0.6.1": {
"dependencies": {}
},
"npm:inherits@2.0.1": {
"ignore": [
"test.js",
"node_modules",
"node_modules"
]
},
"npm:inherits@2.0.3": {
"ignore": [
"test.js",
"node_modules",
"node_modules"
]
},
"npm:pbkdf2@3.0.13": {
"main": "browser.js"
},
"npm:react@0.14.9": {
"dependencies": {
"fbjs": "^0.6.1"
},
"format": "cjs",
"meta": {
"*": {
"globals": {
"process": "process"
}
}
},
"map": {
"fbjs/lib/ExecutionEnvironment.js": {
"production": "@empty"
},
"./lib/ReactDefaultPerf.js": {
"production": "@empty"
},
"./lib/ReactTestUtils.js": {
"production": "@empty"
}
}
},
"npm:safe-buffer@5.1.1": {
"browser": "index.js"
},
"npm:sass.js@0.9.13": {
"map": {
"ws": "@empty"
},
"meta": {
"dist/sass.worker.js": {
"format": "global"
}
}
}
}
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"jspm": "^0.16.53",
"node-sass": "^3.8.0"
}
}