Skip to content

Commit

Permalink
Cleaning up #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Parrish committed Nov 18, 2014
1 parent b4faa8e commit d056173
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
/public/.main.js
/public/main.css
/public/main.js
/public/build
npm-debug.log
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,31 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"blue-tape": "^0.1.7",
"browser-sync": "^1.5.7",
"browserify": "^5.11.1",
"bundle-collapser": "^1.1.0",
"coffee-reactify": "^2.0.0",
"csso": "^1.3.11",
"coffee-reactify": "^0.5.2",
"emojify.js": "^0.9.5",
"envify": "^1.2.1",
"es6-promise": "^2.0.0",
"function-bind": "^1.0.2",
"json-api-client": "~0.0.8",
"lodash.merge": "^2.4.1",
"marked": "^0.3.2",
"publisssh": "^0.2.5",
"react": "^0.12.0",
"react-translator": "~0.0.4",
"route-parser": "^0.0.2",
"tap-spec": "^1.0.0",
"testling": "^1.7.1",
"uglify-js": "^2.4.15",
"watchify": "^1.0.2"
"nib": "^1.0.4",
"stylus": "^0.49.2"
},
"devDependencies": {
"blue-tape": "^0.1.7",
"browser-sync": "^1.5.7",
"browserify": "^5.11.1",
"bundle-collapser": "^1.1.0",
"cjsx-loader": "^1.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"del": "^0.1.3",
"nib": "^1.0.4",
"stylus": "^0.49.2",
"csso": "^1.3.11",
"envify": "^1.2.1",
"publisssh": "^0.2.5",
"tap-spec": "^1.0.0",
"testling": "^1.7.1",
"webpack": "^1.4.12"
},
"scripts": {
Expand Down

0 comments on commit d056173

Please sign in to comment.