-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 KB
/
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
45
{
"name": "ng-forum",
"version": "1.0.3",
"description": "Forum where developers around the world can ask questions, anwser questions, and also chat!",
"main": "gulpfile.js",
"dependencies": {
"bower": "^1.7.9"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"eslint": "^2.12.0",
"eslint-plugin-angular": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"stream-combiner2": "^1.1.1"
},
"scripts": {
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/amanuel2/ng-forum"
},
"authors": [
"Shimzo",
"Amanuel Bogale",
"Mohamed Nasrullah",
"Jeffery Crowder",
"Kyle Roach"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/amanuel2/ng-forum/issues"
},
"homepage": "https://github.com/amanuel2/ng-forum"
}