forked from Kunstmaan/orbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "orbit",
"version": "0.0.1",
"description": "Create emails with ease",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp startLocal",
"build": "gulp buildOptimized --production ",
"zip": "gulp createPackage --production ",
"test": "gulp test --production --test ",
"mail": "gulp sendMail --production --test "
},
"author": "Kunstmaan",
"license": "MIT",
"dependencies": {
"foundation-emails": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"beepbeep": "^1.2.0",
"browser-sync": "^2.11.0",
"colors": "^1.1.2",
"cssnano": "^3.10.0",
"fs": "0.0.1-security",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-cli": "^1.1.0",
"gulp-html-src": "^1.0.0",
"gulp-htmlmin": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inline-css": "^3.0.0",
"gulp-litmus": "0.0.7",
"gulp-mail": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-twig": "^1.1.1",
"gulp-zip": "^3.2.0",
"inky": "^1.3.6",
"js-yaml": "^3.10.0",
"lazypipe": "^1.0.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.0",
"rimraf": "^2.3.3",
"siphon-media-query": "^1.0.0",
"twig": "^1.10.5",
"vinyl-ftp": "^0.6.0",
"webpack": "^2.2.1",
"yargs": "^4.1.0"
},
"babel": {
"presets": [
"es2015"
]
}
}