-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "angular-sparklines",
"version": "0.1.0",
"description": "Easy sparklines for Angular",
"main": "dist/angular-sparklines.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"sparkline"
],
"authors": [
"Davis Marques <dmarq.ezz@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"debug": "^2.1.0",
"grunt-available-tasks": "^0.5.4",
"grunt-bump": "0.0.16",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"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"
}
}