Create layout
Showing
.gitignore
0 → 100644
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "my_factorial", | ||
"version": "1.0.0", | ||
"description": "Calculate factorial", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.eterfund.ru:missingdays/factorial.git" | ||
}, | ||
"keywords": [ | ||
"math", | ||
"factorial" | ||
], | ||
"author": "Evgeny Bovykin", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-nodeunit": "^0.4.1" | ||
} | ||
} |
src/my_factorial.js
0 → 100644
test/main_test.js
0 → 100644
Please
register
or
sign in
to comment