Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Vincent Peybernes
/
CondorcetJS
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5d31b59a
...
5d31b59aeaace03815d0947560282ad54b696766
authored
2017-07-04 17:36:04 +0200
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add package.json
1 parent
ff2fa2f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
package.json
package.json
0 → 100644
View file @
5d31b59
{
"name"
:
"condorcet"
,
"version"
:
"0.1.0"
,
"description"
:
"JavaScript implementation of Condorcet method."
,
"author"
:
{
"name"
:
"Techniv"
,
"email"
:
"contact@techniv.fr"
},
"main"
:
"./dist/condorcet.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://gitlab.techniv.fr/Techniv/condorcet-js"
},
"bugs"
:
{
"url"
:
"http://gitlab.techniv.fr/Techniv/condorcet-js/issues"
},
"devDependencies"
:
{
"gulp"
:
"*"
,
"gulp-babel"
:
"*"
,
"gulp-replace"
:
"*"
,
"gulp-rename"
:
"*"
,
"del"
:
"*"
,
"babel-preset-es2015"
:
"*"
,
"mocha"
:
"*"
},
"scripts"
:
{
"build"
:
"./node_modules/.bin/gulp build"
,
"test"
:
"./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
},
"engines"
:
{
"node"
:
">=6.9.*"
}
}
\ No newline at end of file
Please
register
or
sign in
to post a comment