-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "Mundipagg",
"version": "1.0.0",
"description": "Project to solve the challenge of Mundipagg.",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larismourullo/mundipagg.git"
},
"keywords": [
"mundipagg",
"desafio",
"front-end"
],
"author": "Larissa Mourullo",
"license": "ISC",
"bugs": {
"url": "https://github.com/larismourullo/mundipagg/issues"
},
"homepage": "https://github.com/larismourullo/mundipagg#readme",
"devDependencies": {
"angular": "^1.8.0",
"angular-chart.js": "^1.1.1",
"angular-mocks": "^1.6.4",
"angular-ui-router": "^1.0.3",
"chart.js": "^2.5.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"jasmine-core": "^2.6.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31"
},
"dependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1"
}
}