#9 Prepare publish
Showing
2 changed files
with
20 additions
and
0 deletions
.npmignore
0 → 100644
1 | { | 1 | { |
2 | "name": "relative-placement-js", | 2 | "name": "relative-placement-js", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "JavaScript Relative Placement calculator for dance competitions.", | ||
5 | "author":{ | ||
6 | "name": "Techniv", | ||
7 | "email": "contact@techniv.fr" | ||
8 | }, | ||
9 | |||
10 | "repository":{ | ||
11 | "type": "git", | ||
12 | "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement" | ||
13 | }, | ||
14 | "bugs": { | ||
15 | "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/issues" | ||
16 | }, | ||
17 | |||
4 | "devDependencies": { | 18 | "devDependencies": { |
5 | "gulp": "*", | 19 | "gulp": "*", |
6 | "gulp-babel": "*", | 20 | "gulp-babel": "*", | ... | ... |
-
Please register or sign in to post a comment