summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlex Ewerlof <hanifbbz@gmail.com>2014-08-03 15:35:34 +0200
committerAlex Ewerlof <hanifbbz@gmail.com>2014-08-03 15:35:34 +0200
commitf9f5081f0a8f05f0c42502cc955a035d187f6b5c (patch)
tree01f20615cd46adf446b381f40c7cd4fe62e107d3 /package.json
parent9d82574e95677ab156f429752b43f0af06156d67 (diff)
downloadsvg.js-f9f5081f0a8f05f0c42502cc955a035d187f6b5c.tar.gz
svg.js-f9f5081f0a8f05f0c42502cc955a035d187f6b5c.zip
Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using UMD wrapper
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index ef1c760..5d7f69f 100644
--- a/package.json
+++ b/package.json
@@ -45,17 +45,15 @@
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.6",
- "gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.3",
- "gulp-gzip": "0.0.8",
"gulp-header": "^1.0.5",
"gulp-jasmine": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-size": "^0.4.0",
"gulp-uglify": "^0.3.1",
+ "gulp-wrap-umd": "^0.2.1",
"gulp-wrapper": "^0.1.42",
- "gulp-jasmine": "^0.3.0",
"request": "^2.37.0"
}
}