forked from krampstudio/aja.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 961 Bytes
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
{
"name": "aja",
"description" : "Asynchronous JavaScript And JavaScript/JSON(P) : Ajax without XML",
"version": "0.3.4",
"homepage": "http://krampstudio.github.io/aja.js/",
"author": {
"name": "Bertrand Chevrier",
"email": "chevrier.bertrand@gmail.com",
"url": "https://github.com/krampstudio/"
},
"repository": {
"type": "git",
"url": "https://github.com/krampstudio/aja.js.git"
},
"main" : "src/aja.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"chai": "^1.9.1",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-istanbul": "^0.3.0",
"grunt-mocha-phantom-istanbul": "^0.1.1",
"grunt-jsdoc" : "^0.6.0"
},
"keywords" : [
"ajax",
"xhr",
"aja",
"ajajs",
"json",
"jsonp"
]
}