forked from Clarifai/clarifai-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "clarifai",
"version": "2.0.18",
"description": "Official Clarifai Javascript SDK",
"main": "dist/index.js",
"repository": "https://github.com/Clarifai/clarifai-javascript",
"author": "Clarifai Inc.",
"license": "Apache-2.0",
"scripts": {
"jsdoc": "jsdoc src/* -t node_modules/minami -d docs/$npm_package_version && jsdoc src/* -t node_modules/minami -d docs/latest"
},
"dependencies": {
"axios": "0.11.1",
"es6-promise": "3.1.2",
"form-data": "0.2.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"del": "2.0.2",
"envify": "3.4.0",
"git-branch": "0.3.0",
"gulp": "3.9.0",
"gulp-awspublish": "3.0.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "0.5.1",
"gulp-concat": "2.6.0",
"gulp-data": "1.2.1",
"gulp-eslint": "2.0.0",
"gulp-if": "2.0.0",
"gulp-imagemin": "2.3.0",
"gulp-insert": "0.5.0",
"gulp-jasmine": "^2.2.1",
"gulp-newer": "0.5.1",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-replace-task": "0.11.0",
"gulp-uglify": "1.4.1",
"gulp-util": "3.0.6",
"jsdoc": "^3.4.1",
"minami": "^1.1.1",
"require-dir": "0.3.0",
"serve-static": "1.10.0"
}
}