summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 13:25:39 +0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 13:25:39 +0200
commitb0637d22c36b3f04ca116b6288a6608790b4ed99 (patch)
tree26e815c89dbc316a158532fe5ce616cc13615dbe /package.json
parent24b818a84df13a76a4bd94deca0e4142a47039be (diff)
downloadsvg.js-b0637d22c36b3f04ca116b6288a6608790b4ed99.tar.gz
svg.js-b0637d22c36b3f04ca116b6288a6608790b4ed99.zip
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 14 insertions, 6 deletions
diff --git a/package.json b/package.json
index cc69da1..57a2fdc 100644
--- a/package.json
+++ b/package.json
@@ -48,18 +48,26 @@
"github": "https://github.com/wout/svg.js",
"license": "MIT",
"typings": "./svg.js.d.ts",
+ "scripts": {
+ "build": "gulp",
+ "prepublish": "npm run build"
+ },
"devDependencies": {
- "del": "^1.2.0",
+ "del": "^2.2.0",
"gulp": "^3.8.6",
"gulp-chmod": "^1.2.0",
+ "gulp-cli": "^1.2.2",
"gulp-concat": "^2.3.3",
"gulp-header": "^1.0.5",
- "gulp-jasmine": "^0.3.0",
"gulp-rename": "^1.2.0",
- "gulp-size": "^0.4.0",
+ "gulp-size": "^2.1.0",
"gulp-trimlines": "^1.0.0",
- "gulp-uglify": "^0.3.1",
- "gulp-wrap": "^0.11.0",
- "request": "^2.37.0"
+ "gulp-uglify": "^2.0.0",
+ "gulp-wrap": "^0.13.0",
+ "jasmine-core": "^2.5.2",
+ "karma": "^1.3.0",
+ "karma-firefox-launcher": "^1.0.0",
+ "karma-jasmine": "^1.0.2",
+ "request": "^2.75.0"
}
}