-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 968 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
37
38
39
40
41
42
43
44
{
"name": "gulpprocess",
"version": "0.1.0",
"description": "Investigating for our new version of ehwo. Preprocessors, templating, libraries",
"main": "index.js",
"scripts": {
"test": "EHWO!"
},
"keywords": [
"Angular",
"Babel",
"Gulp",
"Connect",
"Browserify",
"SASS",
"Imagemin",
"Uglify",
"Jade"
],
"author": "Nathan Phelps",
"license": "ISC",
"devDependencies": {
"babel-preset-angular": "^6.0.15",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.3.1",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.5.0",
"bourbon": "^4.2.7",
"node-bourbon": "^4.2.8"
},
"repository": {
"type": "git",
"url": "[email protected]:nphelps/Gulp"
}
}