Skip to content

Commit f1d05c3

Browse files
committed
Add package.json to make it available from npm registry
1 parent 96989fb commit f1d05c3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)