-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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
{
"name": "mirador",
"version": "2.2.0",
"description": "Multi-window image viewer, a web-based tool to support researcher goals",
"repository": {
"type": "git",
"url": "https://github.com/ProjectMirador/mirador"
},
"license": "Apache-2.0",
"devDependencies": {
"gitbook": "3.2.0",
"gitbook-cli": "2.3.0",
"gitbook-plugin-search": "2.2.1",
"grunt": ">=0.4.5 <1.0.0",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-git-describe": "*",
"grunt-githooks": "^0.3.1",
"grunt-template-jasmine-istanbul": "^0.3.3",
"jasmine-core": "^2.1.3",
"jasmine-jquery": "^2.0.5",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.5",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-phantomjs-launcher": "^1.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"karma-spec-reporter": "^0.0.16",
"sinon": "^1.17.6"
},
"scripts": {
"start": "grunt serve",
"watch": "grunt watch",
"test": "./node_modules/.bin/karma start ./karma.conf.js",
"travis": "./node_modules/grunt-cli/bin/grunt ci --verbose --force & npm run test"
},
"dependencies": {},
"engine": "node < 7.0.0"
}