forked from ifwe/api-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "tagged-api",
"version": "0.4.1",
"description": "API client for Tagged with support for nodejs and angularjs",
"main": "lib/node.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/ifwe/api-client-js.git"
},
"keywords": [
"api",
"tagged",
"client"
],
"author": "Web Team Awesome",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifwe/api-client-js/issues"
},
"dependencies": {
"agentkeepalive": "^4.1.0",
"bluebird": "^3.7.2",
"btoa": "^1.2.1",
"request": "^2.88.0"
},
"homepage": "https://github.com/ifwe/api-client-js",
"devDependencies": {
"blanket": "1.2.3",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"grunt": "0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-docco": "0.4.0",
"grunt-mocha-test": "0.12.7",
"mocha": "2.4.5",
"sinon": "1.17.3"
}
}