Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
db51a875
...
db51a875d40f1b7dfff55fc1fbe828907d407728
authored
2016-12-08 02:40:39 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
0.1.0-rc
1 parent
1d2856d2
Pipeline
#33
for
db51a875
failed
in 2 minutes 24 seconds
Changes
1
Pipelines
1
Builds
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
package.json
package.json
View file @
db51a87
{
"name"
:
"relative-placement-js"
,
"version"
:
"0.
0.1
"
,
"version"
:
"0.
1.0-rc
"
,
"description"
:
"JavaScript Relative Placement calculator for dance competitions."
,
"author"
:{
"author"
:
{
"name"
:
"Techniv"
,
"email"
:
"contact@techniv.fr"
},
"main"
:
"./dist/relative-placement.js"
,
"repository"
:{
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement"
},
"bugs"
:
{
"url"
:
"http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/issues"
},
"devDependencies"
:
{
"gulp"
:
"*"
,
"gulp-babel"
:
"*"
,
...
...
@@ -27,7 +25,7 @@
},
"scripts"
:
{
"build"
:
"./node_modules/.bin/gulp build"
,
"test"
:
"./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
"test"
:
"./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
},
"engines"
:
{
"node"
:
">=6.9.*"
...
...
Please
register
or
sign in
to post a comment