-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "asynh",
"version": "0.0.2",
"description": "Simple library for async network requests",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcoroganovic/async-request.git"
},
"keywords": [
"ajax",
"async",
"asynchronous",
"promises",
"declarative"
],
"author": "Marco Roganovic <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcoroganovic/async-request/issues"
},
"homepage": "https://github.com/marcoroganovic/async-request#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-dest": "^0.2.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"pump": "^1.0.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
}
}