-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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
{
"name": "angular-metrics-graphics",
"version": "0.1.2",
"description": "Angular directive for MetricsGraphics library",
"main": "dist/metricsgraphics.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"chart",
"metrics",
"metricsgraphics"
],
"author": [
"Davis Marques <dmarq.ezz@gmail.com>"
],
"contributors": [
{
"name": "riosc",
"url": "https://github.com/riosc"
}
],
"repository": {
"type":"git",
"url": "https://github.com/elmarquez/angular-metrics-graphics"
},
"license": "MIT",
"devDependencies": {
"debug": "^2.1.0",
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.8",
"grunt-bump": "0.0.16",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-protractor-runner": "^1.2.1",
"grunt-template": "^0.2.3",
"jasmine-reporters": "^1.0.1",
"jasmine-spec-reporter": "^1.1.1",
"jshint-stylish": "^0.2.0",
"load-grunt-config": "^0.16.0",
"protractor": "^1.6.1",
"time-grunt": "^0.3.1"
},
"dependencies": {
"jasmine-reporters": "^1.0.1",
"jasmine-spec-reporter": "^2.1.0"
}
}