We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96989fb commit f1d05c3Copy full SHA for f1d05c3
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "angular-http-status",
3
+ "version": "0.1.2",
4
+ "description": "AngularJS stuff to easily convert status text into its HTTP code and vice versa",
5
+ "main": "angular-http-status.js",
6
+ "private": false,
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/yllieth/angular-http-status.git"
13
14
+ "keywords": [
15
+ "angularjs",
16
+ "http-code"
17
+ ],
18
+ "author": "Sylvain RAGOT <[email protected]>",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/yllieth/angular-http-status/issues"
22
23
+ "homepage": "https://github.com/yllieth/angular-http-status#readme"
24
+}
0 commit comments