forked from ProjectMirador/mirador
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "Mirador",
"version": "2.0.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": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-clean": "*",
"grunt-git-describe": "*",
"grunt-contrib-jasmine": "*",
"grunt-template-jasmine-istanbul": "^0.3.3",
"grunt-cli": "*",
"jasmine-core": "^2.1.3",
"jasmine-jquery": "^2.0.5",
"grunt-karma": "^0.10.1",
"karma": "^0.12.16",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-sauce-launcher": "^0.2.10",
"karma-spec-reporter": "^0.0.16",
"grunt-githooks": "^0.3.1",
"grunt-karma-coveralls": "^2.5.3",
"karma-safari-launcher": "^0.1.1",
"grunt-coveralls": "^1.0.0"
},
"scripts": {
"test": "grunt cover jshint coveralls --verbose --full",
"travis": "grunt ci --verbose",
"postinstall": "grunt githooks"
},
"dependencies": {}
}