-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1022 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1022 Bytes
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
{
"name": "codepicnic",
"version": "0.0.8",
"description": "JavaScript Client for the CodePicnic's API",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codepicnic/codepicnic-javascript.git"
},
"keywords": [
"codepicnic",
"cloud",
"containers"
],
"author": "Gustavo Leon <gustavo@codepicnic.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codepicnic/codepicnic-javascript/issues"
},
"homepage": "https://github.com/codepicnic/codepicnic-javascript#readme",
"dependencies": {
"es6-promise": "^3.1.2",
"lodash-compat": "^3.10.2",
"superagent": "2.0.0",
"superagent-prefix": "0.0.2",
"superagent-promise-plugin": "^3.1.0",
"superagent-use": "0.1.0",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-uglify": "^1.5.3",
"mocha": "^2.4.5",
"vinyl-source-stream": "^1.1.0"
}
}