-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "FPDF",
"version": "0.0.1",
"description": "Create PDF-Files in the Browser",
"keywords": [
"PDF",
"FPDF"
],
"author": {
"name": "Christian Blaschke",
"email": "mail@platdesign.de",
"url": "http://www.platdesign.de"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "github.com/platdesign/fpdf"
},
"dependencies": {},
"devDependencies": {
"semver": "~2.3.0",
"gulp": "~3.6.2",
"gulp-bump": "~0.1.8",
"gulp-git": "~0.4.2",
"gulp-include": "~0.2.2",
"jshint-stylish": "~0.2.0",
"gulp-jshint": "~1.5.5",
"gulp-watch": "~0.6.4",
"gulp-concat": "~2.2.0",
"gulp-uglify": "~0.2.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.3.0"
}
}