-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.38 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
58
59
{
"name": "pixabayjs",
"version": "2.0.5",
"description": "Pixabay API client wrapper",
"main": "src/index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yola/pixabayjs.git"
},
"keywords": [
"Pixabay",
"client"
],
"author": "Yola Engineering <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yola/pixabayjs/issues"
},
"homepage": "https://github.com/yola/pixabayjs#readme",
"devDependencies": {
"bindpolyfill": "~0.0.0",
"browserify": "~12.0.2",
"chai": "~3.5.0",
"chai-as-promised": "~5.2.0",
"jsgreat": "~0.1.7",
"karma": "~2.0.4",
"karma-browserify": "~5.3.0",
"karma-mocha": "~0.2.2",
"karma-phantomjs-launcher": "~1.0.0",
"karma-spec-reporter": "~0.0.24",
"lodash.range": "~3.1.2",
"mocha": "~5.2.0",
"mockagent": "~0.1.4",
"phantomjs-prebuilt": "~2.1.4",
"promisehelpers": "~0.0.3",
"sinon": "~1.17.3",
"sinon-chai": "~2.8.0",
"watchify": "~3.7.0"
},
"dependencies": {
"babel-preset-es2015": "~6.5.0",
"babelify": "~7.2.0",
"lodash.assign": "~4.0.3",
"lodash.omit": "~4.0.2",
"q": "~2.0.3",
"superagent": "~1.2.0"
},
"browserify": {
"transform": [
"babelify"
]
},
"jshintConfig": {
"extends": "./node_modules/jsgreat/es6/.jshintrc"
}
}