-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 919 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
{
"name": "gulp-angular",
"version": "0.0.1",
"description": "created for gulp with angular frameworks",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3gwebtrain/gulp-angular.git"
},
"keywords": [
"gulp",
"gulp-agular",
"gulp-automation"
],
"author": "B. Mohamed Arif",
"license": "ISC",
"bugs": {
"url": "https://github.com/3gwebtrain/gulp-angular/issues"
},
"homepage": "https://github.com/3gwebtrain/gulp-angular#readme",
"dependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.3"
},
"devDependencies": {
"gulp-jshint": "^2.0.1",
"jshint": "^2.9.2",
"run-sequence": "^1.2.1"
}
}