This repository was archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ec.datamanager",
"version": "0.13.2",
"description": "JavaScript SDK for ec.datamanager. By entrecode.",
"main": "index.js",
"typings": "typings.d.ts",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node_modules/grunt/bin/grunt test",
"test-travis": "grunt test-frontend && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec \"test/**/*.test.js\"",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/entrecode/ec.datamanager.js"
},
"keywords": [
"sdk",
"javascript",
"node",
"web",
"datamanager",
"hypermedia",
"rest",
"client"
],
"author": "entrecode GmbH",
"license": "ISC",
"bugs": {
"url": "https://github.com/entrecode/ec.datamanager.js/issues"
},
"homepage": "https://github.com/entrecode/ec.datamanager.js",
"devDependencies": {
"body-parser": "^1.18.2",
"browserify": "^16.1.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"etag": "^1.8.1",
"express": "^4.16.2",
"grunt": "^1.0.2",
"grunt-browserify": "^5.2.0",
"grunt-express-server": "^0.5.4",
"grunt-karma": "^3.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-run": "^0.8.0",
"istanbul": "^0.4.5",
"karma": "^3.0.0",
"karma-bamboo-reporter": "^0.1.2",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"mocha": "^5.0.4",
"mocha-bamboo-reporter": "^1.1.1",
"nock": "^10.0.0",
"phantomjs-prebuilt": "^2.1.16",
"sinon": "^6.0.0",
"uglify": "^0.1.5",
"walk": "^2.3.9"
},
"dependencies": {
"es6-promise": "^4.2.4",
"halfred": "^1.0.0",
"is-reachable": "^1.3.0",
"locale": "^0.1.0",
"lokijs": "^1.5.3",
"shiro-trie": "^0.4.5",
"superagent": "^3.8.2",
"traverson": "^6.0.3",
"traverson-hal": "^6.0.0"
}
}