forked from stephanebachelier/superapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "superapi",
"version": "0.9.0",
"description": "Super api wrapper around superagent",
"main": "dist/commonjs/superapi.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/stephanebachelier/superapi"
},
"keywords": [
"http",
"api",
"superagent",
"wrapper"
],
"author": "Stéphane Bachelier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephanebachelier/superapi/issues"
},
"homepage": "https://github.com/stephanebachelier/superapi",
"dependencies": {},
"devDependencies": {
"chai": "^1.9.1",
"glob": "^3.2.9",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-es6-module-transpiler": "~0.5.0",
"grunt-groc": "^0.4.5",
"grunt-jscs": "^0.8.1",
"grunt-jsonlint": "^1.0.4",
"grunt-karma": "^0.8.2",
"grunt-lintspaces": "^0.5.0",
"grunt-plato": "^1.0.0",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.6",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.1",
"karma-script-launcher": "^0.1.0",
"load-grunt-config": "^0.7.2",
"load-grunt-tasks": "~0.2.0",
"mocha": "^1.18.0",
"release-it": "0.0.10",
"requirejs": "^2.1.11",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0"
}
}