-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 loc) · 1.24 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
{
"name": "qajax",
"version": "1.3.0",
"description": "Simple Promise ajax library based on Q",
"main": "src/node.js",
"browser": "src/browser.js",
"keywords": [
"q",
"promise",
"ajax",
"desktop"
],
"author": "Gaëtan Renaudeau <[email protected]>",
"contributors": [
{
"name": "Paul Panserrieu",
"email": "[email protected]",
"url": "http://42loops.com/"
},
{
"name": "Alexandre Stanislawski",
"url": "http://bobylito.me/"
},
{
"name": "Sean McMurray"
},
{
"name": "Paul Dijou",
"email": "[email protected]",
"url": "http://pauldijou.com"
},
{
"name": "Alexey Chuvashov",
"email": "[email protected]"
}
],
"dependencies": {
"q": "^1.4.1",
"xmlhttprequest": "^1.6.0"
},
"devDependencies": {
"connect": "~3.3.3",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-saucelabs": "~8.4.1",
"serve-static": "^1.7.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/gre/qajax.git"
}
}