-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 1.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "super-res",
"version": "3.1.1",
"description": "RESTish wrapper for superagent, based on angular-resource",
"main": "dist/super-res.js",
"scripts": {
"test": "gulp",
"test-browser": "gulp test-browser",
"build": "gulp build",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/jbalboni/super-res.git"
},
"files": [
"dist"
],
"keywords": [
"superagent",
"resource",
"angular",
"rest"
],
"author": "Jeff Balboni <jbalboni@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbalboni/super-res/issues"
},
"homepage": "https://github.com/jbalboni/super-res",
"devDependencies": {
"babel-core": "^5.2.17",
"babel-eslint": "^4.0.5",
"babelify": "^6.0.0",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"del": "^1.1.1",
"esperanto": "^0.7.4",
"glob": "^5.0.14",
"gulp": "^3.8.10",
"gulp-babel": "^5.0.0",
"gulp-eslint": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-livereload": "^3.4.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.2.0",
"isparta": "^3.0.3",
"mocha": "^2.1.0",
"proxyquire": "^1.6.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.0.0",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.3.1"
},
"babelBoilerplateOptions": {
"entryFileName": "super-res",
"mainVarName": "superRes",
"mochaGlobals": [
"stub",
"spy",
"expect"
]
},
"dependencies": {
"cache-manager": "^1.1.0",
"object.assign": "^3.0.1",
"q": "^1.4.1",
"route-parser": "0.0.4",
"superagent": "^1.3.0"
}
}