forked from ispyb/ispyb-js-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "ispyb-js-api",
"version": "0.9.8",
"description": "Javascript framework agnostic API to retrieve and update information to ISPyB",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-debian-package": "^0.1.11",
"grunt-plato": "1.2.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-source": "^0.7.0",
"grunt-plato": "1.2.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.19",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-qunit": "^0.1.9",
"qunit": "^0.9.0",
"qunitjs": "^1.21.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/antolinos/ispyb-js-api.git"
},
"keywords": [
"ISPyB",
"LIMS"
],
"author": "Alejandro de Maria Antolinos",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/antolinos/ispyb-js-api/issues"
},
"homepage": "https://github.com/antolinos/ispyb-js-api"
}