-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "blogproject",
"version": "1.0.0",
"description": "Blog made using AngularJS",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verochan/BlogProject.git"
},
"keywords": [
"blog",
"post",
"angular",
"frontend"
],
"author": "Verónica Valls Alemany",
"license": "ISC",
"bugs": {
"url": "https://github.com/verochan/BlogProject/issues"
},
"homepage": "https://github.com/verochan/BlogProject#readme",
"devDependencies": {
"angular-mocks": "^1.5.8",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.2",
"gulp-angular-templatecache": "^2.0.0",
"gulp-connect": "^4.1.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"nib": "^1.1.0",
"wiredep": "^4.0.0"
},
"dependencies": {
"bower": "^1.7.9",
"connect-history-api-fallback": "^1.2.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-connect": "^4.1.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"nib": "^1.1.0",
"wiredep": "^4.0.0"
}
}