-
-
Notifications
You must be signed in to change notification settings - Fork 192
/
Copy pathpackage.json
28 lines (28 loc) Β· 949 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
{
"name": "UniversalViewer",
"version": "1.5.8",
"description": "The Universal Viewer is an open source project to enable cultural heritage institutions to present their digital artifacts in an IIIF-compliant and highly customisable user interface.",
"devDependencies": {
"async": "^0.9.0",
"chalk": "^0.5.1",
"cucumber": "^0.4.5",
"glob": "^4.3.5",
"glob-array": "^0.1.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-protractor-runner": "^1.1.4",
"grunt-sync": "^0.2.3",
"grunt-text-replace": "~0.3.7",
"grunt-typescript": "^0.6.2",
"hooker": "^0.2.3",
"json-schema-generator": "git://github.com/krg7880/json-schema-generator.git",
"less": "^2.4.0",
"lodash": "^3.1.0",
"ncp": "^2.0.0",
"protractor": "1.3.1"
}
}