summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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"
}
}