forked from ProjectMirador/m1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 808 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
{
"name": "Mirador",
"version": "0.9.0",
"description": "Multi-window image viewer, a web-based tool to support researcher goals",
"repository" : {
"type" : "git",
"url" : "https://github.com/IIIF/mirador"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-compress": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-connect": "~0.1.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-git-describe": "~2.0.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-template-jasmine-istanbul": "~0.3.1"
},
"scripts": {
"test": "grunt test coverage --verbose"
}
}