-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
62
63
64
65
66
67
68
{
"name": "one-gulp-rails",
"version": "1.0.0",
"description": "",
"private": true,
"directories": {
"test": "test"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"start": "gulp build && rails s -b 0.0.0.0",
"server": "rails s -b 0.0.0.0",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp build"
},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "5.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-module-resolver": "2.2.0",
"babel-plugin-syntax-async-functions": "6.5.0",
"babel-plugin-transform-object-rest-spread": "6.6.5",
"babel-plugin-transform-regenerator": "6.6.5",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.5.0",
"babel-register": "6.7.2",
"babelify": "7.2.0",
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-awspublish": "3.3.0",
"gulp-casperjs": "0.0.6",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "2.0.13",
"gulp-cloudfront": "0.0.14",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "3.8.1",
"gulp-minify": "0.0.14",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-swig": "^0.8.0",
"gulp-uglifyjs": "0.6.2",
"gulp-util": "^3.0.0",
"gulp-watch": "4.3.10",
"merge-stream": "^1.0.0",
"moment": "2.15.2",
"require-dir": "^0.3.1",
"vinyl-source-stream": "~1.1.0"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Sokratis Vidros <sokratis.vidros@gmail.com>",
"license": "MIT",
"devDependencies": {}
}