-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "clay-request",
"version": "0.5.0",
"description": "Isomorphic request library",
"keywords": [
"isomorphic",
"request",
"http"
],
"main": "src/index.coffee",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"watch": "node_modules/gulp/bin/gulp.js watch",
"watch-phantom": "node_modules/gulp/bin/gulp.js watch:phantom",
"preversion": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/claydotio/clay-request.git"
},
"license": "MIT",
"author": "Zolmeister (https://zolmeister.com/)",
"bugs": {
"url": "https://github.com/claydotio/clay-request/issues"
},
"homepage": "https://github.com/claydotio/clay-request",
"dependencies": {
"bluebird": "^2.10.2",
"lodash": "^4.17.2",
"node-fetch": "^1.3.3",
"qs": "^2.4.2"
},
"devDependencies": {
"b-assert": "^0.1.2",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "^0.7.2",
"gulp": "^3.9.0",
"gulp-coffee-istanbul": "^0.7.1",
"gulp-coffeelint": "^0.5.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"webpack-stream": "^2.0.0",
"zock": "^0.2.5"
}
}