#2 - Publishing 0.1.0
Showing
2 changed files
with
19 additions
and
7 deletions
1 | # Angular Matrix Validation | 1 | # Angular Matrix Validation |
2 | 2 | ||
3 | [![build status](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/badges/master/build.svg)](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/commits/master) | 3 | [![build status](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg)](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master) |
4 | 4 | ||
5 | This module provide an addon directive for form to validate matrix form. | 5 | This module provide an addon directive for form to validate matrix form. |
6 | 6 | ... | ... |
1 | { | 1 | { |
2 | "name": "angular-matrix-validation", | 2 | "name": "angular-matrix-validation", |
3 | "version": "0.0.0", | 3 | "version": "0.1.0", |
4 | "description": "Matrix valition for angular form", | 4 | "description": "Matrix validation for angular form", |
5 | "main": "index.js", | 5 | |
6 | "scripts": { | 6 | "repository": { |
7 | "test": "node_modules/.bin/karma start karma.conf.js --single-run", | 7 | "type": "git", |
8 | "build": "node_modules/.bin/gulp build" | 8 | "url": "http://gitlab.techniv.fr/Techniv/angular-matrix-validation" |
9 | }, | ||
10 | |||
11 | "bugs":{ | ||
12 | "url": "http://gitlab.techniv.fr/Techniv/angular-matrix-validation/issues" | ||
9 | }, | 13 | }, |
14 | |||
10 | "author": { | 15 | "author": { |
11 | "name": "Techniv", | 16 | "name": "Techniv", |
12 | "email": "contact@techniv.fr" | 17 | "email": "contact@techniv.fr" |
13 | }, | 18 | }, |
19 | |||
20 | "scripts": { | ||
21 | "test": "node_modules/.bin/karma start karma.conf.js --single-run", | ||
22 | "build": "node_modules/.bin/gulp build" | ||
23 | }, | ||
24 | |||
14 | "license": "MIT", | 25 | "license": "MIT", |
26 | |||
15 | "devDependencies": { | 27 | "devDependencies": { |
16 | "angular": "*", | 28 | "angular": "*", |
17 | "angular-mocks": "*", | 29 | "angular-mocks": "*", | ... | ... |
-
Please register or sign in to post a comment