forked from IIIF-Commons/manifesto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "manifesto.js",
"version": "0.1.21",
"description": "IIIF Presentation API utility library for client and server",
"main": "dist/server/manifesto.js",
"scripts": {
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/universalviewer/manifesto.git"
},
"keywords": [
"IIIF"
],
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/universalviewer/manifesto/issues"
},
"homepage": "https://github.com/universalviewer/manifesto",
"devDependencies": {
"browserify": "^11.0.0",
"chai": "^2.3.0",
"del": "^1.1.1",
"finalhandler": "^0.4.0",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"http": "0.0.0",
"lodash": "^3.10.0",
"merge2": "^0.3.5",
"mocha": "^2.2.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"serve-static": "^1.10.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.10.0"
},
"dependencies": {
"http-status-codes": "git://github.com/edsilv/http-status-codes.git",
"lodash.assign": "^3.2.0",
"lodash.endswith": "^3.0.2",
"lodash.isarray": "^3.0.4",
"lodash.isdate": "^3.0.1",
"lodash.isnumber": "^3.0.1",
"lodash.isstring": "^3.0.1",
"lodash.last": "^3.0.0",
"lodash.map": "^3.1.4"
},
"directories": {
"test": "test"
}
}