-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
73 lines (73 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "angular-flash-alert",
"version": "2.5.0",
"description": "Flash message for AngularJS and Bootstrap",
"keywords": [
"angular-flash",
"flash",
"message",
"alert",
"angularjs",
"bootstrap"
],
"homepage": "https://github.com/sachinchoolur/angular-flash",
"bugs": {
"url": "https://github.com/sachinchoolur/angular-flash/issues",
"email": "sachi77n@gmail.com"
},
"author": {
"name": "Sachin",
"email": "sachi77n@gmail.com",
"url": "https://github.com/sachinchoolur"
},
"contributors": [
{
"name": "Roope Hakulinen",
"email": "roope.hakulinen@gmail.com",
"url": "https://github.com/RoopeHakulinen"
},
{
"name": "Nicolas Coden",
"email": "nicolas@ncoden.fr",
"url": "https://github.com/ncoden"
}
],
"repository": {
"type": "git",
"url": "git@github.com:sachinchoolur/angular-flash.git"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "grunt",
"test": "karma start"
},
"dependencies": {
"angular": "^1.4.8"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"babel-preset-es2015": "^6.3.13",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-bootlint": "^0.10.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-cssmin": "^0.12.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"load-grunt-tasks": "^2.0.0",
"time-grunt": "^1.0.0"
}
}