UNPKG

1.05 kBJSONView Raw
1{
2 "name": "asset-mate",
3 "version": "1.0.10",
4 "description": "Asset-Mate autogenerates a gulpfile based on a manifest, which enables you to easily compile, rewrite, copy, or deploy Javascript, ES6, SCSS, CSS and images",
5 "main": "gulp",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha --reporter spec"
8 },
9 "bin": {
10 "asset-mate": "asset-mate.js"
11 },
12 "repository" : {
13 "type" : "git",
14 "url" : "https://github.com/Matteaocha/Asset-Mate.git"
15 },
16 "keywords" : [
17 "gulp",
18 "sass",
19 "aws",
20 "amazon",
21 "s3",
22 "es6",
23 "ecma6",
24 "assets",
25 "autogenerate",
26 "auto",
27 "process images",
28 "rewrite",
29 "autoprefix"
30 ],
31 "author": "Matt Bilton <matteaocha@gmail.com>",
32 "license": "MIT",
33 "devDependencies": {
34 "mime": "^1.3.4",
35 "mocha": "^2.4.5",
36 "rimraf": "^2.5.2",
37 "sinon": "^1.17.3"
38 },
39 "dependencies": {
40 "async": "^2.0.0-rc.2",
41 "aws-sdk": "^2.3.1",
42 "glob": "^7.0.3",
43 "gulp-util": "^3.0.7",
44 "image-size": "^0.5.0",
45 "mime": "^1.3.4",
46 "through2": "^2.0.1",
47 "yargs": "^4.3.2"
48 }
49}