forked from gtramontina/angular-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "angular-bootstrap-flash",
"version": "1.2.0",
"main": "angular-bootstrap-flash.js",
"description": "Angular.js Bootstrap Flash Messages",
"repository": {
"type": "git",
"url": "https://github.com/h3xed/angular-flash.git"
},
"scripts": {
"postinstall": "bower install",
"test": "make test"
},
"keywords": [
"angular",
"js",
"flash",
"messages",
"bootstrap"
],
"author": "Guilherme J. Tramontina <[email protected]>, H3xed <[email protected]>",
"readmeFilename": "README.md",
"devDependencies": {
"bower": "^1.3.12",
"connect": "^2.27.4",
"connect-route": "^0.1.4",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "*",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^0.1.9",
"karma-ng-scenario": "^0.1.0",
"uglify-js": "^2.4.15"
}
}