-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
46
47
48
49
50
51
52
{
"name": "hello-world",
"version": "0.0.0",
"description": "An app.",
"repository": "https://github.com/nagygergo/ghpages-angular-skeleton",
"devDependencies": {
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.4.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.3.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.1.0",
"gulp-minify-css": "^1.1.1",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^1.1.2",
"gulp-util": "^3.0.2",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-phantomjs-launcher": "=1.0.0",
"phantomjs": "2.1",
"opn": "1.0.1",
"rimraf": "^2.5.4",
"wiredep": "^4.0.0",
"yargs": "^6.0.0"
},
"author": {
"name": "Cédric",
"email": "[email protected]",
"url": "https://github.com/cedced19/hello-world"
},
"license": "MIT"
}