Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gardr-ext", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The js part of Gardr which embeds external content inside the iframe", | ||
@@ -8,3 +8,5 @@ "main": "./src/index.js", | ||
"lint": "./node_modules/.bin/jshint --reporter node_modules/jshint-stylish/stylish.js src test --exclude test/lib", | ||
"test": "npm run lint && ./node_modules/karma/bin/karma start --single-run" | ||
"test": "npm run lint && ./node_modules/karma/bin/karma start --single-run", | ||
"dist": "mkdir -p dist && ./node_modules/.bin/browserify src/index.js -d -s gardr.ext -o dist/gardr.ext.js && ./node_modules/.bin/uglifyjs dist/gardr.ext.js -mc -o dist/gardr.ext.min.js", | ||
"prepublish": "npm run test && npm run dist" | ||
}, | ||
@@ -45,3 +47,4 @@ "keywords": [ | ||
"jshint": "~2.4.3", | ||
"jshint-stylish": "~0.1.5" | ||
"jshint-stylish": "~0.1.5", | ||
"uglify-js": "~2.4.12" | ||
}, | ||
@@ -48,0 +51,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
28721
19