-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "openjub-js-sdk",
"filename": "openjub",
"version": "0.2.1",
"description": "A front-end JavaScript implementation of the OpenJUB API",
"main": "dist/openjub.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenJUB/openjub-js-sdk.git"
},
"keywords": [
"Jacobs",
"University",
"OpenJUB"
],
"author": "Dominik Kundel <dominik.kundel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenJUB/openjub-js-sdk/issues"
},
"homepage": "https://github.com/OpenJUB/openjub-js-sdk",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jsdoc-ng": "0.0.3",
"jshint-stylish": "~1.0.1",
"load-grunt-tasks": "~3.1.0",
"taffydb": "^2.7.2",
"time-grunt": "~1.1.0",
"underscore": "^1.8.2"
},
"dependencies": {
"browser-request": "^0.3.3",
"jaguarjs-jsdoc": "0.0.1",
"request": "^2.61.0"
}
}