-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 Bytes
/
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
{
"name": "workflows",
"version": "0.0.1",
"description": "A project to showcase workflows",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Z-Neutrino/workflows.git"
},
"author": "Tim Bartrum",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coffeescript": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^3.0.2",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-if": "^2.0.2",
"gulp-jsonminify": "^1.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-ruby-sass": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"mustache": "^2.3.0"
},
"dependencies": {
"uglify": "^0.1.5",
"uglify-js": "^3.3.13",
"uuid": "^3.2.1"
}
}