-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "workflows",
"version": "0.0.1",
"description": "A project to learn about workflows.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BIGred053/learning_lynda.git"
},
"author": "Evan McCullough",
"license": "ISC",
"bugs": {
"url": "https://github.com/BIGred053/learning_lynda/issues"
},
"homepage": "https://github.com/BIGred053/learning_lynda#readme",
"devDependencies": {
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^2.3.3",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jsonminify": "^1.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-ruby-sass": "^2.1.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"imagemin-pngcrush": "^5.0.0",
"jquery": "^3.1.1",
"mustache": "^2.3.0"
}
}