-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "ng-countdown-ribbon",
"version": "0.3.2",
"description": "A simple module for displaying days remaining before the scheduled event on a ribbon.",
"main": "./src/scripts/ng-countdown-ribbon.js",
"scripts": {
"test": "karma start ./karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/paveldemyanenko/ng-countdown-ribbon/issues"
},
"keywords": [
"AngularJS",
"App",
"Ribbon",
"Provider"
],
"author": "Pavel Demyanenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paveldemyanenko/ng-countdown-ribbon/issues"
},
"homepage": "https://github.com/paveldemyanenko/ng-countdown-ribbon",
"devDependencies": {
"chai": "^4.1.2",
"grunt": "1.0.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-processhtml": "0.4.1",
"karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"mocha": "^5.2.0"
}
}