-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 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
38
{
"name": "project",
"version": "1.0.0",
"description": "gulp for developer",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stanislal/project.git"
},
"author": "Icaro Baruffi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stanislal/project/issues"
},
"homepage": "https://github.com/Stanislal/project#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^4.0.1",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"run-sequence": "^2.2.1"
},
"dependencies": {
"gulp-cssnano": "^2.1.3",
"knockout": "^3.5.0",
"loadash": "^1.0.0",
"lodash": "^4.17.11",
"minimatch": "^3.0.4"
}
}