UNPKG

1.47 kBJSONView Raw
1{
2 "name": "thinkful-ui",
3 "version": "0.2.8",
4 "description": "Shared navigation and UI resources for Thinkful.",
5 "main": "src/index.es6",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/Thinkful/ui.git"
12 },
13 "keywords": [
14 "Thinkful"
15 ],
16 "author": "Thinkful <engineering@thinkful.com>",
17 "license": "Apache-2.0",
18 "bugs": {
19 "url": "https://github.com/Thinkful/ui/issues"
20 },
21 "homepage": "https://github.com/Thinkful/ui",
22 "contributors": [
23 {
24 "email": "evanrs@gmail.com",
25 "name": "Evan Schneider"
26 },
27 {
28 "email": "learykara@gmail.com",
29 "name": "Kara Leary"
30 }
31 ],
32 "dependencies": {
33 "classnames": "^2.1.1",
34 "lodash": "^3.9.3",
35 "react": "^0.13.3",
36 "spark-md5": "0.0.5",
37 "tfstyleguide": "^2.1.0"
38 },
39 "devDependencies": {
40 "autoprefixer-loader": "^2.0.0",
41 "babel-core": "^5.4.7",
42 "babel-loader": "^5.1.3",
43 "babel-runtime": "^5.4.7",
44 "css-loader": "^0.14.4",
45 "debug": "^2.2.0",
46 "extract-text-webpack-plugin": "^0.8.1",
47 "html-loader": "^0.3.0",
48 "json-loader": "^0.5.2",
49 "less": "^2.5.1",
50 "less-loader": "^2.2.0",
51 "node-libs-browser": "^0.5.2",
52 "node-notifier": "^4.2.1",
53 "react-hot-loader": "^1.2.7",
54 "remarkable-loader": "^0.1.0",
55 "style-loader": "^0.12.3",
56 "webpack": "^1.9.10",
57 "webpack-dev-server": "^1.9.0"
58 }
59}