Tone.js/gulp/package.json

35 lines
788 B
JSON
Raw Normal View History

2015-05-23 22:14:03 +00:00
{
"name": "tone-gulp",
"version": "1.0.0",
"description": "gulp build system for Tone.js",
"main": "gulpfile.js",
"dependencies": {
"amd-optimize": "^0.4.3",
2015-08-31 15:44:49 +00:00
"del": "^1.1.1",
2015-09-30 17:47:52 +00:00
"gulp": "^3.9.0",
2015-08-31 15:44:49 +00:00
"gulp-autoprefixer": "^2.3.1",
2015-05-23 22:14:03 +00:00
"gulp-concat": "^2.5.2",
2015-08-31 15:44:49 +00:00
"gulp-concat-css": "^2.2.0",
2015-05-23 22:14:03 +00:00
"gulp-indent": "^1.0.0",
"gulp-insert": "^0.4.0",
2015-08-31 15:44:49 +00:00
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
2015-05-23 22:14:03 +00:00
"gulp-replace": "^0.5.3",
2015-08-31 15:44:49 +00:00
"gulp-ruby-sass": "^1.0.5",
"gulp-tap": "^0.1.3",
2015-05-23 22:14:03 +00:00
"gulp-uglify": "^1.2.0",
2015-08-31 15:44:49 +00:00
"gulp-webserver": "^0.9.1",
"yargs": "^3.21.0"
2015-06-08 14:42:11 +00:00
},
2015-05-23 22:14:03 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Gulp",
"Build",
"Tone.js"
],
"author": "Yotam Mann",
2015-08-31 15:44:49 +00:00
"license": "MIT"
2015-05-23 22:14:03 +00:00
}