-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
{
"name": "endpointsjs",
"version": "0.3.5",
"description": "Simple library for HTTP service clients",
"main": "src/index.js",
"scripts": {
"test": "gulp nodespec"
},
"repository": {
"type": "git",
"url": "git://github.com/kahnjw/endpoints.git"
},
"keywords": [
"ajax",
"service",
"client",
"rest",
"endpoint"
],
"author": "Jarrod Kahn - @kahnjw",
"license": "MIT",
"bugs": {
"url": "https://github.com/kahnjw/endpoints/issues"
},
"homepage": "https://github.com/kahnjw/endpoints",
"devDependencies": {
"mocha": "1.20.x",
"should": "4.0.x",
"jshint": "2.5.x",
"karma": "0.12.x",
"browserify": "4.1.x",
"karma-browserifast": "0.6.x",
"karma-mocha": "0.1.x",
"karma-phantomjs-launcher": "0.1.x",
"karma-cli": "0.0.x",
"gulp": "3.7.x",
"vinyl-source-stream": "0.1.1",
"gulp-size": "0.3.1",
"gulp-uglify": "0.3.0",
"gulp-streamify": "0.0.5",
"browserify-graph": "0.0.0",
"gulp-shell": "0.2.x",
"shmock": "0.7.x",
"chai": "1.9.1",
"gulp-jshint": "1.6.x",
"karma-spec-reporter": "0.0.13",
"chai-as-promised": "4.1.x"
},
"dependencies": {
"q": "1.x.x",
"lodash": "2.4.x",
"qagent": "0.0.1",
"superagent": "0.18.x",
"requestadapter": "0.0.4"
}
}