-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "breinify-api",
"version": "1.0.24",
"description": "This is a JavaScript library simplifying the usage of the Breinify API",
"authors": [
"Philipp Meisen <philipp@breinify.com>",
"Marco Recchioni <marco@breinify.com>",
"Diane Keng <diane@breinify.com>"
],
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/breinify/brein-api-library-javascript-browser.git"
},
"main": "dist/breinify-api.js",
"dependencies": {},
"devDependencies": {
"cdnjs-importer": "2.0.0-beta",
"grunt": "1.5.3",
"grunt-bower-install-simple": "1.2.4",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jasmine": "4.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-string-replace": "1.3.3",
"uglify-save-license": "0.4.1",
"jasmine-jquery": "2.1.1",
"jquery": "3.7.1",
"main-bower-files": "2.13.3",
"lodash": "4.17.21"
}
}