UNPKG

2.71 kBJSONView Raw
1{
2 "name": "thinkful-ui",
3 "version": "1.1.34",
4 "description": "Shared navigation and UI resources for Thinkful.",
5 "main": "src/index.es6",
6 "scripts": {
7 "demo": "node demo/index.js",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/Thinkful/ui.git"
13 },
14 "keywords": [
15 "Thinkful"
16 ],
17 "author": {
18 "name": "Thinkful",
19 "email": "engineering@thinkful.com"
20 },
21 "license": "Copyright",
22 "bugs": {
23 "url": "https://github.com/Thinkful/ui/issues"
24 },
25 "homepage": "https://github.com/Thinkful/ui",
26 "contributors": [
27 {
28 "name": "Kara Leary",
29 "email": "learykara@gmail.com"
30 },
31 {
32 "name": "Benjamin White",
33 "email": "benjamin.e.white1@gmail.com"
34 },
35 {
36 "name": "Robert Kuykendall",
37 "email": "robert@rkuykendall.com"
38 },
39 {
40 "name": "Saul Diez-Guerra",
41 "email": "saul@thinkful.com"
42 }
43 ],
44 "dependencies": {
45 "autoprefixer-loader": "^2.0.0",
46 "babel-core": "^5.4.7",
47 "babel-eslint": "^3.1.15",
48 "babel-loader": "^5.1.3",
49 "babel-runtime": "^5.4.7",
50 "browser-request": "^0.3.3",
51 "classnames": "^2.1.1",
52 "css-loader": "^0.14.4",
53 "debug": "^2.2.0",
54 "eslint": "^0.22.1",
55 "eslint-loader": "^0.12.0",
56 "extract-text-webpack-plugin": "^0.8.1",
57 "file-loader": "^0.8.4",
58 "getstream": "^2.2.2",
59 "html-loader": "^0.3.0",
60 "is": "^3.1.0",
61 "json-loader": "^0.5.2",
62 "jstz": "^1.0.7",
63 "less": "^2.5.1",
64 "less-loader": "^2.2.0",
65 "lodash": "^3.9.3",
66 "moment": "^2.10.3",
67 "moment-timezone": "^0.4.0",
68 "node-libs-browser": "^0.5.2",
69 "node-notifier": "^4.2.1",
70 "qs": "^5.2.0",
71 "react": "^0.13.3",
72 "react-hot-loader": "^1.2.7",
73 "reflux": "^0.2.12",
74 "remarkable-loader": "^0.1.0",
75 "spark-md5": "0.0.5",
76 "style-loader": "^0.12.3",
77 "superagent": "^1.4.0",
78 "tfstyleguide": "^3.0.0",
79 "webpack": "^1.9.10",
80 "webpack-dev-server": "^1.9.0"
81 },
82 "devDependencies": {
83 "express": "^4.13.3",
84 "ejs": "^1.0.0",
85 "react-router": "^0.13.3",
86 "react-demo": "^0.2.4"
87 },
88 "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",
89 "readmeFilename": "README.md",
90 "gitHead": "318f08b74c385ffc0c6b3e219e5ab1c57eedf3d9",
91 "_id": "thinkful-ui@1.1.32",
92 "_shasum": "c4f676844b1499b4ed0c55a72c6d6a017123fbf4",
93 "_from": "thinkful-ui@>=1.0.13 <2.0.0"
94}