-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "lb-ratio",
"version": "0.4.1",
"homepage": "https://github.com/LarryBattle/Ratio.js",
"description": "Provides a Fraction, Rational, and Ratio object for javascript.",
"keywords": [
"Ratio",
"fraction",
"rational",
"numbers",
"Math",
"Mixed numbers"
],
"author": {
"name": "Larry Battle",
"url": "https://github.com/LarryBattle"
},
"bugs": {
"url": "https://github.com/LarryBattle/Ratio.js/issues?state=open"
},
"main": "./dist/Ratio-0.4.1.js",
"repository": {
"type": "git",
"url": "https://github.com/LarryBattle/Ratio.js.git"
},
"engines": {
"node": "*"
},
"devDependencies": {
"gulp": "~3.8.8",
"gulp-yuidoc": "~0.1.2",
"del": "~0.1.3",
"gulp-rename": "~1.2.0",
"gulp-template": "~1.1.0",
"gulp-uglify": "~1.0.1",
"gulp-wrapper": "~0.1.5",
"gulp-jsbeautifier": "0.0.3",
"gulp-jshint": "~1.8.5",
"jshint-stylish": "~1.0.0"
},
"scripts": {
"build": "gulp build",
"format": "gulp format",
"lint": "gulp lint"
},
"license": "MIT"
}