-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
27 lines (27 loc) · 1.06 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
{
"name" : "angular-flash",
"version" : "1.2.0",
"main" : "angular-flash.js",
"description" : "Angular.js Flash Messages",
"repository" : {
"type" : "git",
"url" : "https://github.com/gtramontina/angular-flash.git"
},
"scripts" : {
"postinstall" : "bower install",
"test" : "make test"
},
"keywords" : [ "angular", "js", "flash", "messages" ],
"author" : "Guilherme J. Tramontina <[email protected]>",
"readmeFilename" : "README.md",
"devDependencies" : {
"connect" : "^2.27.4",
"connect-route" : "^0.1.4",
"uglify-js" : "^2.4.15",
"bower" : "^1.3.12",
"karma" : "^0.12.28",
"karma-mocha" : "^0.1.9",
"karma-ng-scenario" : "^0.1.0",
"karma-firefox-launcher" : "*"
}
}