-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 1.1 KB
/
bower.json
File metadata and controls
50 lines (50 loc) · 1.1 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
{
"name": "contentchef-js-client",
"description": "ContentChef.io javascript client",
"main": "require('contentchef-js-client')",
"authors": [
"Alessandro Palumbo (http://contentchef.io/)"
],
"license": "Apache-2.0",
"keywords": [
"content"
],
"moduleType": [
"amd",
"node"
],
"devDependencies": {
"browserify": "latest",
"chai": "3.4.1",
"commitizen": "2.4.6",
"cz-conventional-changelog": "1.1.4",
"ghooks": "1.0.1",
"grunt": "~0.4.5",
"grunt-browserify": "4.0.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha": "0.4.13",
"grunt-mocha-test": "0.12.7",
"istanbul": "0.4.0",
"jshint": "latest",
"load-grunt-tasks": "^3.2.0",
"mocha": "2.3.4",
"sinon": "1.17.2"
},
"dependencies": {
"axios": "0.7.0",
"es6-promise": "3.0.2"
},
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}