Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #8 from DemocracyOS/fix/npm-entry-point
Browse files Browse the repository at this point in the history
Fixed package.json
  • Loading branch information
jfresco committed May 26, 2015
2 parents 77d140b + 3a6e439 commit 6d4b63c
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,40 @@
"type": "git",
"url": "http://github.com/DemocracyOS/side-comments"
},
"private": true,
"main": "./js/main.js",
"dependencies": {
"browserify": "^10.1.0",
"component-classes": "1.2.0",
"component-closest": "0.1.4",
"component-dom": "1.0.7",
"component-emitter": "1.1.3",
"confirmation-component": "git://github.com/jfresco/confirmation.git#fix/npm-deps",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-uglify": "*",
"gulp-minify-css": "*",
"gulp-less": "*",
"gulp-autoprefixer": "*",
"gulp-rename": "*"
"gulp-minify-css": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"t-component": "1.0.0",
"trunkata": "0.2.1",
"lodash": "2.4.1",
"stringify": "3.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"stringify": "3.1.0"
},
"browser": {
"emitter": "component-emitter",
"t": "t-component",
"confirmation": "confirmation-component",
"classes": "component-classes",
"dom": "component-dom",
"closest": "component-closest"
},
"browserify": {
"transform": [
"stringify"
]
}
}

0 comments on commit 6d4b63c

Please sign in to comment.