thinkful-ui
Version:
Shared navigation and UI resources for Thinkful.
100 lines (99 loc) • 2.85 kB
JSON
{
"name": "thinkful-ui",
"version": "2.0.22",
"description": "Shared navigation and UI resources for Thinkful.",
"main": "src/index.es6",
"scripts": {
"demo": "node demo/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thinkful/ui.git"
},
"keywords": [
"Thinkful"
],
"author": {
"name": "Thinkful",
"email": "engineering@thinkful.com"
},
"license": "Copyright",
"bugs": {
"url": "https://github.com/Thinkful/ui/issues"
},
"homepage": "https://github.com/Thinkful/ui",
"contributors": [
{
"name": "Kara Leary",
"email": "learykara@gmail.com"
},
{
"name": "Benjamin White",
"email": "benjamin.e.white1@gmail.com"
},
{
"name": "Robert Kuykendall",
"email": "robert@rkuykendall.com"
},
{
"name": "Saul Diez-Guerra",
"email": "saul@thinkful.com"
}
],
"dependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.33",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.3",
"babel-runtime": "^5.4.7",
"browser-request": "^0.3.3",
"classnames": "^2.1.1",
"css-loader": "^0.14.4",
"debug": "^2.2.0",
"escape-string-regexp": "^1.0.3",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"escope": "3.2.0",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"getstream": "^2.2.2",
"html-loader": "^0.3.0",
"is": "^3.1.0",
"json-loader": "^0.5.2",
"jstz": "^1.0.7",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash": "^3.9.3",
"marked": "^0.3.5",
"moment": "^2.10.3",
"moment-timezone": "^0.4.0",
"node-libs-browser": "^0.5.2",
"node-notifier": "^4.2.1",
"qs": "^5.2.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-hot-loader": "^1.2.7",
"reflux": "^0.2.12",
"remarkable-loader": "^0.1.0",
"spark-md5": "0.0.5",
"style-loader": "^0.12.3",
"superagent": "^1.4.0",
"text-loader": "0.0.1",
"tfstyleguide": "^3.0.0",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"devDependencies": {
"express": "^4.13.3",
"ejs": "^1.0.0",
"react-router": "^1.0.0",
"react-demo": "^1.1.0"
},
"readme": "# UI\nShared React components and WebPack config for Thinkful applications.\n\n`/src`\n\nCode for the shared components.\n\n`/client`\n\nCode for the demo page.\n\n`/demo`\n\nCode for the demo server that serves the demo page.\n\n`/script`\n\nStandard bootstrap scripts (Thinkful convention).\n",
"readmeFilename": "README.md",
"gitHead": "318f08b74c385ffc0c6b3e219e5ab1c57eedf3d9",
"_id": "thinkful-ui@1.1.32",
"_shasum": "c4f676844b1499b4ed0c55a72c6d6a017123fbf4",
"_from": "thinkful-ui@>=1.0.13 <2.0.0"
}