UNPKG

1.11 kBJSONView Raw
1{
2 "name": "asset-mate",
3 "version": "1.0.16",
4 "description": "Asset-Mate autogenerates a gulpfile based on a manifest, which enables you to easily compile, rewrite, copy, or deploy Javascript, ES6 and React with Browserify, 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 "babel",
19 "browserify",
20 "react",
21 "sass",
22 "aws",
23 "amazon",
24 "s3",
25 "es6",
26 "ecma6",
27 "assets",
28 "autogenerate",
29 "auto",
30 "process images",
31 "rewrite",
32 "autoprefix"
33 ],
34 "author": "Matt Bilton <matteaocha@gmail.com>",
35 "license": "MIT",
36 "devDependencies": {
37 "mime": "^1.3.4",
38 "mocha": "^2.4.5",
39 "rimraf": "^2.5.2",
40 "sinon": "^1.17.3"
41 },
42 "dependencies": {
43 "async": "^2.0.0-rc.2",
44 "aws-sdk": "^2.3.1",
45 "glob": "^7.0.3",
46 "gulp-util": "^3.0.7",
47 "image-size": "^0.5.0",
48 "mime": "^1.3.4",
49 "through2": "^2.0.1",
50 "yargs": "^4.3.2"
51 }
52}