-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "angularJS_workshop",
"version": "1.0.0",
"description": "CESA_angularJS_summer_workshop",
"main": "gulp.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-minify": "1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ammoradi/angularJs_workshop.git"
},
"author": "Amirmohammad.moradi@gmail.com <Amirmohammad.moradi@gmail.com>",
"license": "SEE LICENSE IN <LICENSE>"
}