-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "mip_frontend",
"version": "1.2.0",
"description": "Museon informaatioportaali frontend",
"repository": {
"type": "git",
"url": "<repo_url>"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"grunt-cli": "^1.2.0",
"http-server": "^0.12.3"
},
"devDependencies": {
"angular-jsdoc": "^1.5.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"grunt": "^1.0.2",
"grunt-angular-templates": "^1.1.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.1.0",
"grunt-contrib-htmlmin": "~2.3.0",
"grunt-contrib-imagemin": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.3.0",
"grunt-jsdoc": "^2.2.1",
"grunt-replace": "^1.0.1",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~3.1.1",
"jsdoc": "^3.5.5",
"matchdep": "~1.0.1",
"ng-annotate": "^1.2.1",
"protractor-jasmine2-html-reporter": "0.0.7"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"start": "node node_modules/http-server/bin/http-server ./app -o -c-1 --cors"
}
}