diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..5c44f95a --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "name": "simple-media", + "version": "1.0.0", + "description": "A simple HTML5 media player using custom controls", + "main": "gulpfile.js", + "dependencies": {}, + "devDependencies": { + "gulp": "~3.8.6", + "gulp-autoprefixer": "^0.0.8", + "gulp-concat": "~2.3.3", + "gulp-hogan-compile": "^0.4.1", + "gulp-less": "~1.3.1", + "gulp-minify-css": "~0.3.6", + "gulp-svgmin": "^1.0.0", + "gulp-svgstore": "^4.0.1", + "gulp-uglify": "~0.3.1", + "gulp-util": "~2.2.20", + "run-sequence": "^0.3.6" + }, + "scripts": { + "preinstall": "npm install -g gulp" + }, + "keywords": [ + "HTML5 Video", + "HTML5 Audio", + "Media Player" + ], + "repository": { + "type": "git", + "url": "git://github.com/sampotts/simple-media.git" + }, + "authors": [ + "Sam Potts <me@sampotts.me>" + ], + "license": "MIT" +} |