-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
{
"name": "breinify-api",
"version": "1.0.25",
"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": {
"on-headers": "1.1.0",
"tar-fs": "3.1.1",
"grunt": "1.5.3",
"tmp": "0.2.5",
"gry": "6.1.1",
"glob": "11.0.3",
"grunt-bower-install-simple": "1.2.4",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "5.0.1",
"grunt-contrib-copy": "1.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",
"main-bower-files": "2.13.3",
"lodash": "4.17.21"
},
"overrides": {
"on-headers": "1.1.0"
}
}