-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "contentchef-js-client",
"version": "2.14.0",
"description": "ContentChef.io javascript client",
"main": "dist/contentchef-js-client.js",
"files": "dist",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/bytecode-lm/contentchef-js-client.git"
},
"author": "Sinisa Louc (slouc@byte-code.com)",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/bytecode-lm/contentchef-js-client",
"devDependencies": {
"chai": "3.4.1",
"chai-as-promised": "^5.3.0",
"expose-loader": "0.7.1",
"grunt": "^0.4.5",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha": "0.4.13",
"grunt-mocha-test": "0.12.7",
"grunt-webpack": "1.0.11",
"jshint": "latest",
"kerberos": "0.0.22",
"load-grunt-tasks": "^3.2.0",
"mocha": "2.3.4",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.16.2",
"mongodb": "2.1.4"
},
"dependencies": {
"axios": "0.7.0",
"es6-promise": "3.0.2",
"xml2js": "^0.4.17"
},
"directories": {
"test": "test"
},
"keywords": [
"content"
]
}