-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "saber-ajax",
"version": "2.1.0",
"description": "适用于移动端的Ajax封装,兼容node环境",
"main": "main",
"maintainers": [
{
"name": "treelite",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "liuxuanzy",
"email": "[email protected]"
}
],
"dependencies": {
"saber-promise": "^2.0.0",
"saber-emitter": "^2.0.0",
"saber-lang": "^2.0.1"
},
"edp": {
"dependencies": {
"saber-promise": "~2.0.0",
"saber-emitter": "~2.0.0",
"saber-lang": "~2.0.1"
}
},
"scripts": {
"pretest": "node -e \"$(curl -sf http://saberlabs.github.io/static/test/depend.js)\" && node test/ws.js start",
"test": "jasmine-node --verbose test/runSpec.js && phantomjs test/run-jasmine.js http://localhost:8848/test/runner.html",
"posttest": "node test/ws.js stop"
},
"devDependencies": {
"amder": "^0.1.0",
"c2a": "^0.2.0",
"jasmine-node": "^2.0.0-beta4",
"phantomjs": "~1.9.7-1"
},
"license": "MIT",
"repository": "git://github.com/ecomfe/saber-ajax.git",
"bugs": "https://github.com/ecomfe/saber-ajax/issues"
}