forked from sugarcrm/ventana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
{
"name": "@sugarcrm/ventana",
"version": "1.1.0",
"description": "SugarCRM REST API client",
"main": "src/client.js",
"scripts": {
"doc": "jsdoc -c jsdoc.json",
"lint": "eslint -c .eslintrc.json src/*.js test/*.js",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sugarcrm/ventana.git"
},
"keywords": [
"sugarcrm",
"rest-client"
],
"author": "SugarCRM Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sugarcrm/ventana/issues"
},
"homepage": "https://github.com/sugarcrm/ventana#readme",
"devDependencies": {
"@sugarcrm/eslint-config-sugarcrm": "~1.1.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"coveralls": "^2.11.16",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"ink-docstrap": "^1.3.0",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-sinon": "^0.3.2",
"jquery": "1.12.4",
"jquery-migrate": "1.4.1",
"jsdoc": "^3.4.3",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "~0.1.5",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"sinon": "^1.17.7",
"underscore": "^1.9.1",
"webpack": "^1.13.3"
},
"peerDependencies": {
"jquery": "1.12.4",
"jquery-migrate": "1.4.1",
"underscore": "^1.9.1"
}
}