Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Sep 21, 2016
1 parent a856d9f commit 415db0f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "lazyframe",
"version": "1.0.0",
"description": "Lazyloading for embedded content",

"main": "dist/lazyframe.min.js",
"jsnext:main": "src/lazyframe.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "./node_modules/.bin/babel src -d dist"
},
"repository": {
"type": "git",
Expand All @@ -25,5 +23,15 @@
"bugs": {
"url": "https://github.com/viktorbergehall/lazyframe/issues"
},
"homepage": "https://github.com/viktorbergehall/lazyframe#readme"
"homepage": "https://viktorbergehall.github.io/lazyframe",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"rollup": "^0.36.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^1.0.1"
}
}

0 comments on commit 415db0f

Please sign in to comment.