-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "predicsis_ml_sdk-javascript",
"version": "0.7.5",
"description": "Javascript SDK for PredicSis ML API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yllieth/predicsis_ml_sdk-javascript"
},
"keywords": [
"predicsis",
"API",
"sdk",
"javascript"
],
"author": "yllieth <ylvnimes@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yllieth/predicsis_ml_sdk-javascript/issues"
},
"homepage": "https://github.com/yllieth/predicsis_ml_sdk-javascript",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-control": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-bump": "git://github.com/gruntjs/grunt-contrib-bump",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-ngdocs": "^0.2.7",
"grunt-plato": "^1.2.1",
"jasmine-core": "^2.3.4",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^3.1.0",
"phantomjs": "^1.9.16"
}
}