-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.09 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": "please-ajax",
"version": "2.0.2",
"description": "A small and modern AJAX library.",
"main": "dist/please.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fffunction/please.git"
},
"keywords": [
"please",
"get",
"post",
"put",
"delete",
"upload",
"form",
"ajax"
],
"author": "Dan Reeves <[email protected]> (http://fffunction.co/)",
"contributors": [
"Russell Kirkland <[email protected]> (http://fffunction.co/)",
"Dan Reeves <[email protected]> (http://fffunction.co/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fffunction/please/issues"
},
"homepage": "https://github.com/fffunction/please",
"dependencies": {},
"devDependencies": {
"codecov.io": "0.0.8",
"gulp": "^3.8.10",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"mocha-lcov-reporter": "0.0.1"
}
}