-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.33 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
50
{
"name": "angular-reading-indicator",
"version": "1.0.9",
"description": "AngularJS Reading Indicator Directive",
"main": "/src/ng-reading-indicator.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"coveralls": "~2.11.0",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "~0.10.1",
"karma": "~0.12.0",
"karma-coverage": "~0.2.0",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dominicrico/angular-reading-indicator.git"
},
"keywords": [
"angular",
"angularjs",
"reading",
"reading",
"indicator",
"progress",
"progressbar"
],
"author": "Dominic Rico-Gomez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dominicrico/angular-reading-indicator/issues"
},
"homepage": "http://dominicrico.github.io/angular-reading-indicator",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"bower": "node_modules/.bin/bower install",
"test": "node_modules/.bin/grunt test",
"build": "node_modules/.bin/grunt default"
}
}