-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "angular-http-exercise",
"version": "1.1.0",
"description": "Angular Interview Exercise",
"homepage": "http://www.riccardoandreatta.com/",
"main": "index.html",
"scripts": {
"start": "node server",
"postinstall": "gulp production:default"
},
"author": {
"name": "Riccardo Andreatta"
},
"license": {
"name": "MIT",
"link": "http://opensource.org/licenses/MIT"
},
"engines": {
"node": "10.24.0",
"npm": "6.14.11"
},
"dependencies": {
"del": "^2.2.2",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-header": "^1.8.8",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2"
},
"devDependencies": {
"connect-modrewrite": "^0.10.1",
"gulp-connect": "^5.0.0",
"gulp-csslint": "^1.0.0",
"gulp-htmlhint": "^0.3.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-ng-config": "^1.4.0",
"gulp-ngdocs": "^0.3.0",
"gulp-nsp": "^2.4.2",
"gulp-sourcemaps": "^2.4.1",
"htmlhint-stylish": "^1.0.3",
"jasmine": "^2.6.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"jsonapi-datastore": "^0.4.0-beta",
"jsonfile": "^3.0.0 ",
"karma": "^1.7.0"
}
}