-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "ajax-promise",
"version": "0.8.1",
"description": "Ajax with Promises",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ajax",
"promise"
],
"author": {
"name": "Sunny Hirai"
},
"license": "BSD-2-Clause",
"dependencies": {
"bluebird": "~2.3.11",
"jquery": "~2.1.1"
},
"_id": "[email protected]",
"dist": {
"shasum": "1e558cce6e856643097eae811a4de89547ea7ef6",
"tarball": "http://npm.intranet.1stdibs.com:4783/ajax-promise/-/ajax-promise-0.8.1.tgz"
},
"_from": "ajax-promise@>=0.8.1 <0.9.0",
"_npmVersion": "1.3.14",
"_npmUser": {
"name": "thesunny",
"email": "[email protected]"
},
"maintainers": [
{
"name": "thesunny",
"email": "[email protected]"
}
],
"directories": {},
"_shasum": "1e558cce6e856643097eae811a4de89547ea7ef6",
"_resolved": "http://npm.intranet.1stdibs.com:4783/ajax-promise/-/ajax-promise-0.8.1.tgz",
"readme": "ERROR: No README data found!"
}