-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
43 lines (43 loc) · 1 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
{
"name": "aja",
"description": "Asynchronous JavaScript And JavaScript/JSON(P) : Ajax without XML",
"version": "0.4.1",
"homepage": "http://krampstudio.github.io/aja.js/",
"author": {
"name": "Bertrand Chevrier",
"email": "[email protected]",
"url": "https://github.com/krampstudio/"
},
"repository": {
"type": "git",
"url": "https://github.com/krampstudio/aja.js.git"
},
"license": "MIT",
"main": "src/aja.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-istanbul": "^0.6.1",
"grunt-jsdoc": "^0.6.7",
"grunt-mocha-phantom-istanbul": "^0.2.1",
"istanbul": "^0.3.17",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5"
},
"keywords": [
"request",
"ajax",
"xhr",
"aja",
"ajajs",
"json",
"jsonp"
]
}