Skip to content

Commit 3d0b6ae

Browse files
authored
Issue Jakobovski#129: Update package.json with new tags
Update package.json to include bare minimum tags. Fixes issue Jakobovski#129.
1 parent ae558ac commit 3d0b6ae

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
{
2+
"name": "angular-validator",
3+
"version": "1.2.10",
4+
"description": "Angular-Validator is an easy to use, powerful and lightweight AngularJS validation directive.",
5+
"main": "./dist/angular-validator.js",
26
"scripts": {
37
"test": "grunt test --verbose"
48
},
5-
"dependencies": {},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/turinggroup/angular-validator.git"
12+
},
13+
"keywords": [
14+
"AngularJS",
15+
"validation",
16+
"angular validation",
17+
"form validation",
18+
"angular",
19+
"validator",
20+
"client-side"
21+
],
22+
"author": "Zohar Jackson <zohar@turinggroup.com>",
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/turinggroup/angular-validator/issues"
26+
},
27+
"homepage": "https://github.com/turinggroup/angular-validator#readme",
628
"devDependencies": {
729
"grunt": "^1.0.1",
830
"grunt-browser-sync": "^2.2.0",

0 commit comments

Comments
 (0)