forked from ecomfe/saber-ajax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 704 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 704 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
{
"name": "saber-ajax",
"version": "0.1.5",
"description": "适用于移动端的Ajax封装",
"main": "ajax",
"maintainers": [
{
"name": "treelite",
"email": "c.xinle@gmail.com"
}
],
"dependencies": {
"saber-promise": "~0.1.2",
"saber-emitter": "~0.5.0",
"saber-lang": "~0.4.0"
},
"scripts": {
"pretest": "node test/ws.js start",
"test": "phantomjs test/run-jasmine.js http://localhost:8848/test/runner.html",
"posttest": "node test/ws.js stop"
},
"devDependencies": {
"phantomjs": "~1.9.7-1"
},
"license": "BSD",
"repository": "git://github.com/ecomfe/saber-ajax.git",
"bugs": "https://github.com/ecomfe/saber-ajax/issues"
}