Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
560 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "num2fraction",
|
---|
| 3 | "version": "1.2.2",
|
---|
| 4 | "description": "Convert number to fraction",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "author": {
|
---|
| 7 | "name": "yisi",
|
---|
| 8 | "email": "yiorsi@gmail.com",
|
---|
| 9 | "url": "http://iyunlu.com/view"
|
---|
| 10 | },
|
---|
| 11 | "license": "MIT",
|
---|
| 12 | "repository": {
|
---|
| 13 | "type": "git",
|
---|
| 14 | "url": "git@github.com:yisibl/num2fraction.git"
|
---|
| 15 | },
|
---|
| 16 | "keywords": [
|
---|
| 17 | "fraction",
|
---|
| 18 | "number",
|
---|
| 19 | "math",
|
---|
| 20 | "maths",
|
---|
| 21 | "arithmetic",
|
---|
| 22 | "gcd",
|
---|
| 23 | "rational"
|
---|
| 24 | ],
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "tape": "^3.0.0"
|
---|
| 27 | },
|
---|
| 28 | "scripts": {
|
---|
| 29 | "test": "tape test/*.js"
|
---|
| 30 | }
|
---|
| 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.