forked from gtramontina/angular-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 832 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
{
"name" : "angular-flash",
"version" : "1.1.0",
"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.10",
"connect-route" : "0.1",
"uglify-js" : "2.4",
"bower" : "1.2",
"karma" : "canary",
"karma-mocha" : "0.1",
"karma-ng-scenario": "0.1"
}
}