-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 965 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 965 Bytes
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
{
"name": "practice-april18",
"version": "1.0.0",
"description": "The following are the requirements to run the project:",
"engines": {
"node": "4.4.1",
"npm": "2.14.20"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carop13",
"license": "ISC",
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.12.3",
"eslint": "^2.7.0",
"eslint-friendly-formatter": "^2.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^2.0.0",
"gulp-inject": "^4.0.0",
"gulp-load-plugins": "^1.2.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-shorthand": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"stream-series": "^0.1.1"
}
}